Html Css Color HEX #CAF54D Conifer

📋 copy color: '#CAF54D'

red 202 ◦ green 245 ◦ blue 77

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

Shades of Conifer #CAF54D

Tints of Conifer #CAF54D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.76%

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

R = 38.55%
G = 46.76%
B = 14.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#CAF54D (or 0xCAF54D) is known color: Conifer. HEX triplet: CA, F5 and 4D. RGB value is (202,245,77). Sum of RGB (Red+Green+Blue) = 202+245+77=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF54D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF54D is #350AB2. Grayscale: #D5D5D5. Windows color (decimal): -3476147 or 5109194. OLE color: 5109194.

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

Color convert

RGB 202 245 77 -
CMYK 0.18 0 0.69 0.04
HSL 75.36º 0.89% 0.63% -
HSV(B) 75.36º 0.69% 0.96% -
XYZ 58.35 78.4 19.08 -
YUV 212.99 51.25 120.16 -
System Red Green Blue C M Y K H S L
Decimal 202 245 77 0.18 0 0.69 0.04 75.36 0.89 0.63
Hex CA F5 4D 12 0 45 4 4B 59 3F
Octal 312 365 115 22 0 105 4 113 131 77
Binary 11001010 11110101 1001101 10010 0 1000101 100 1001011 1011001 111111

Color Harmonies of #CAF54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF54D

Black with #CAF54D

Text Example


Text Example

White with #CAF54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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