Html Css Color HEX #CAEE4D Conifer

📋 copy color: '#CAEE4D'

red 202 ◦ green 238 ◦ blue 77

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

Shades of Conifer #CAEE4D

Tints of Conifer #CAEE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.89%

R = 39.07%
G = 46.03%
B = 14.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#CAEE4D (or 0xCAEE4D) is known color: Conifer. HEX triplet: CA, EE and 4D. RGB value is (202,238,77). Sum of RGB (Red+Green+Blue) = 202+238+77=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEE4D is #3511B2. Grayscale: #D1D1D1. Windows color (decimal): -3477939 or 5107402. OLE color: 5107402.

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

Color convert

RGB 202 238 77 -
CMYK 0.15 0 0.68 0.07
HSL 73.42º 0.83% 0.62% -
HSV(B) 73.42º 0.68% 0.93% -
XYZ 56.27 74.24 18.39 -
YUV 208.88 53.57 123.09 -
System Red Green Blue C M Y K H S L
Decimal 202 238 77 0.15 0 0.68 0.07 73.42 0.83 0.62
Hex CA EE 4D F 0 44 7 49 53 3E
Octal 312 356 115 17 0 104 7 111 123 76
Binary 11001010 11101110 1001101 1111 0 1000100 111 1001001 1010011 111110

Color Harmonies of #CAEE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEE4D

Black with #CAEE4D

Text Example


Text Example

White with #CAEE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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