#CAE950

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

Shades of Conifer #CAE950

Tints of Conifer #CAE950

Color information

#CAE950 (or 0xCAE950) is unknown color: approx Conifer. HEX triplet: CA, E9 and 50. RGB value is (202,233,80). Sum of RGB (Red+Green+Blue) = 202+233+80=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE950 is #3516AF. Grayscale: #CECECE. Windows color (decimal): -3479216 or 5302730. OLE color: 5302730.

HSL color Cylindrical-coordinate representation of color #CAE950: hue angle of 72.16º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAE950 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB20223380-
CMYK0.1300.660.09
HSL72.16º77.66%61.37%-
HSV(B)72.16º65.67%91.37%-
XYZ54.9471.4118.48-
YUV206.2956.73124.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 233 (91.41% from 255) = 45.24%
BLUE value IS 80 (31.64% from 255) = 15.53%
R=39.22%
G=45.24%
B=15.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202233800.1300.660.0972.1677.6661.37
HexCAE950D0429484e3d
Octal3123511201501021111011675
Binary11001010111010011010000110101000010100110010001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE950; }

 p { color: rgb(202,233,80); }

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

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

 a { background-color: rgb(202,233,80); }

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

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

 span { border-color: rgb(202,233,80); }

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