#CAE152

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

Shades of Conifer #CAE152

Tints of Conifer #CAE152

Color information

#CAE152 (or 0xCAE152) is unknown color: approx Conifer. HEX triplet: CA, E1 and 52. RGB value is (202,225,82). Sum of RGB (Red+Green+Blue) = 202+225+82=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE152 is #351EAD. Grayscale: #CACACA. Windows color (decimal): -3481262 or 5431754. OLE color: 5431754.

HSL color Cylindrical-coordinate representation of color #CAE152: hue angle of 69.65º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAE152 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB20222582-
CMYK0.1000.640.12
HSL69.65º70.44%60.2%-
HSV(B)69.65º63.56%88.24%-
XYZ52.8167.0218.13-
YUV201.8260.38128.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 225 (88.28% from 255) = 44.20%
BLUE value IS 82 (32.42% from 255) = 16.11%
R=39.69%
G=44.20%
B=16.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202225820.1000.640.1269.6570.4460.2
HexCAE152A040C46463c
Octal3123411221201001410610674
Binary11001010111000011010010101001000000110010001101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE152; }

 p { color: rgb(202,225,82); }

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

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

 a { background-color: rgb(202,225,82); }

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

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

 span { border-color: rgb(202,225,82); }

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