#CAE323

Color #CAE323 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CAE323

Tints of Pear #CAE323

Color information

#CAE323 (or 0xCAE323) is unknown color: approx Pear. HEX triplet: CA, E3 and 23. RGB value is (202,227,35). Sum of RGB (Red+Green+Blue) = 202+227+35=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE323 is #351CDC. Grayscale: #C6C6C6. Windows color (decimal): -3480797 or 2352074. OLE color: 2352074.

HSL color Cylindrical-coordinate representation of color #CAE323: hue angle of 67.81º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAE323 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB20222735-
CMYK0.1100.850.11
HSL67.81º77.42%51.37%-
HSV(B)67.81º84.58%89.02%-
XYZ52.1367.6211.89-
YUV197.6436.22131.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 227 (89.06% from 255) = 48.92%
BLUE value IS 35 (14.06% from 255) = 7.54%
R=43.53%
G=48.92%
B=7.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202227350.1100.850.1167.8177.4251.37
HexCAE323B055B444d33
Octal312343431301251310411563
Binary1100101011100011100011101101010101101110001001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE323; }

 p { color: rgb(202,227,35); }

 H1.HeaderClassName
 {
   color: #CAE323;
 }
 .AnyTagClassName
 {
   color: #CAE323;
 }
</style>
background-color css

<style>
 a { background-color: #CAE323; }

 a { background-color: rgb(202,227,35); }

 div.DivClassName
 {
   background-color: #CAE323;
 }
 .BgClassName
 {
   background-color: #CAE323;
 }
</style>
border-color css

<style>
 span { border-color: #CAE323; }

 span { border-color: rgb(202,227,35); }

 td.TdClassName
 {
   border-color: #CAE323;
 }
 .TagClassName
 {
   border-color: #CAE323;
 }
</style>