Html Css Color HEX #CAF850 Conifer

📋 copy color: '#CAF850'

red 202 ◦ green 248 ◦ blue 80

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

Shades of Conifer #CAF850

Tints of Conifer #CAF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.79%

 BLUE value IS 80 (31.64% from 255) = 15.09%

R = 38.11%
G = 46.79%
B = 15.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#CAF850 (or 0xCAF850) is known color: Conifer. HEX triplet: CA, F8 and 50. RGB value is (202,248,80). Sum of RGB (Red+Green+Blue) = 202+248+80=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF850 is #3507AF. Grayscale: #D7D7D7. Windows color (decimal): -3475376 or 5306570. OLE color: 5306570.

HSL color Cylindrical-coordinate representation of color #CAF850: hue angle of 76.43º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAF850 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 80 -
CMYK 0.19 0 0.68 0.03
HSL 76.43º 0.92% 0.64% -
HSV(B) 76.43º 0.68% 0.97% -
XYZ 59.37 80.27 19.95 -
YUV 215.09 51.76 118.66 -
System Red Green Blue C M Y K H S L
Decimal 202 248 80 0.19 0 0.68 0.03 76.43 0.92 0.64
Hex CA F8 50 13 0 44 3 4C 5C 40
Octal 312 370 120 23 0 104 3 114 134 100
Binary 11001010 11111000 1010000 10011 0 1000100 11 1001100 1011100 1000000

Color Harmonies of #CAF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF850

Black with #CAF850

Text Example


Text Example

White with #CAF850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF850; }

 p { color: rgb(202,248,80); }

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

background-color css

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

 a { background-color: rgb(202,248,80); }

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

border-color css

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

 span { border-color: rgb(202,248,80); }

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