Html Css Color HEX #CAF44D Conifer

📋 copy color: '#CAF44D'

red 202 ◦ green 244 ◦ blue 77

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

Shades of Conifer #CAF44D

Tints of Conifer #CAF44D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.65%

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

R = 38.62%
G = 46.65%
B = 14.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#CAF44D (or 0xCAF44D) is known color: Conifer. HEX triplet: CA, F4 and 4D. RGB value is (202,244,77). Sum of RGB (Red+Green+Blue) = 202+244+77=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF44D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF44D is #350BB2. Grayscale: #D5D5D5. Windows color (decimal): -3476403 or 5108938. OLE color: 5108938.

HSL color Cylindrical-coordinate representation of color #CAF44D: hue angle of 75.09º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAF44D is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 77 -
CMYK 0.17 0 0.68 0.04
HSL 75.09º 0.88% 0.63% -
HSV(B) 75.09º 0.68% 0.96% -
XYZ 58.05 77.79 18.98 -
YUV 212.4 51.59 120.58 -
System Red Green Blue C M Y K H S L
Decimal 202 244 77 0.17 0 0.68 0.04 75.09 0.88 0.63
Hex CA F4 4D 11 0 44 4 4B 58 3F
Octal 312 364 115 21 0 104 4 113 130 77
Binary 11001010 11110100 1001101 10001 0 1000100 100 1001011 1011000 111111

Color Harmonies of #CAF44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF44D

Black with #CAF44D

Text Example


Text Example

White with #CAF44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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