#CAE957

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

Shades of Conifer #CAE957

Tints of Conifer #CAE957

Color information

#CAE957 (or 0xCAE957) is unknown color: approx Conifer. HEX triplet: CA, E9 and 57. RGB value is (202,233,87). Sum of RGB (Red+Green+Blue) = 202+233+87=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 87 (34.38% from 255 or 16.67% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE957 is #3516A8. Grayscale: #CFCFCF. Windows color (decimal): -3479209 or 5761482. OLE color: 5761482.

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

Color convert

RGB20223387-
CMYK0.1300.630.09
HSL72.74º76.84%62.75%-
HSV(B)72.74º62.66%91.37%-
XYZ55.2271.5219.91-
YUV207.0960.23124.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 233 (91.41% from 255) = 44.64%
BLUE value IS 87 (34.38% from 255) = 16.67%
R=38.70%
G=44.64%
B=16.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202233870.1300.630.0972.7476.8462.75
HexCAE957D03F9494d3f
Octal312351127150771111111577
Binary1100101011101001101011111010111111100110010011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE957; }

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

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

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

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

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

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

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

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