Html Css Color HEX #CAEE4E Conifer

📋 copy color: '#CAEE4E'

red 202 ◦ green 238 ◦ blue 78

#CAEE4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #CAEE4E

Tints of Conifer #CAEE4E

RGB

 RED value IS 202 (79.3% from 255) = 39%

 GREEN value IS 238 (93.36% from 255) = 45.95%

 BLUE value IS 78 (30.86% from 255) = 15.06%

R = 39%
G = 45.95%
B = 15.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#CAEE4E (or 0xCAEE4E) is known color: Conifer. HEX triplet: CA, EE and 4E. RGB value is (202,238,78). Sum of RGB (Red+Green+Blue) = 202+238+78=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEE4E is #3511B1. Grayscale: #D1D1D1. Windows color (decimal): -3477938 or 5172938. OLE color: 5172938.

HSL color Cylindrical-coordinate representation of color #CAEE4E: hue angle of 73.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAEE4E is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 238 78 -
CMYK 0.15 0 0.67 0.07
HSL 73.5º 0.82% 0.62% -
HSV(B) 73.5º 0.67% 0.93% -
XYZ 56.31 74.26 18.57 -
YUV 209 54.07 123.01 -
System Red Green Blue C M Y K H S L
Decimal 202 238 78 0.15 0 0.67 0.07 73.5 0.82 0.62
Hex CA EE 4E F 0 43 7 4A 52 3E
Octal 312 356 116 17 0 103 7 112 122 76
Binary 11001010 11101110 1001110 1111 0 1000011 111 1001010 1010010 111110

Color Harmonies of #CAEE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEE4E

Black with #CAEE4E

Text Example


Text Example

White with #CAEE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEE4E; }

 p { color: rgb(202,238,78); }

 H1.HeaderClassName
 {
   color: #CAEE4E;
 }
 .AnyTagClassName
 {
   color: #CAEE4E;
 }
</style>

background-color css

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

 a { background-color: rgb(202,238,78); }

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

border-color css

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

 span { border-color: rgb(202,238,78); }

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