#CAE422

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

Shades of Pear #CAE422

Tints of Pear #CAE422

Color information

#CAE422 (or 0xCAE422) is unknown color: approx Pear. HEX triplet: CA, E4 and 22. RGB value is (202,228,34). Sum of RGB (Red+Green+Blue) = 202+228+34=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE422 is #351BDD. Grayscale: #C6C6C6. Windows color (decimal): -3480542 or 2286794. OLE color: 2286794.

HSL color Cylindrical-coordinate representation of color #CAE422: hue angle of 68.04º degrees, saturation: 0.78, 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 #CAE422 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB20222834-
CMYK0.1100.850.11
HSL68.04º78.23%51.37%-
HSV(B)68.04º85.09%89.41%-
XYZ52.3968.1611.91-
YUV198.1135.39130.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 228 (89.45% from 255) = 49.14%
BLUE value IS 34 (13.67% from 255) = 7.33%
R=43.53%
G=49.14%
B=7.33%

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
Decimal202228340.1100.850.1168.0478.2351.37
HexCAE422B055B444e33
Octal312344421301251310411663
Binary1100101011100100100010101101010101101110001001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE422; }

 p { color: rgb(202,228,34); }

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

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

 a { background-color: rgb(202,228,34); }

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

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

 span { border-color: rgb(202,228,34); }

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