Html Css Color HEX #CAF94C Conifer

📋 copy color: '#CAF94C'

red 202 ◦ green 249 ◦ blue 76

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

Shades of Conifer #CAF94C

Tints of Conifer #CAF94C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.25%

 BLUE value IS 76 (30.08% from 255) = 14.42%

R = 38.33%
G = 47.25%
B = 14.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#CAF94C (or 0xCAF94C) is known color: Conifer. HEX triplet: CA, F9 and 4C. RGB value is (202,249,76). Sum of RGB (Red+Green+Blue) = 202+249+76=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF94C is #3506B3. Grayscale: #D7D7D7. Windows color (decimal): -3475124 or 5044682. OLE color: 5044682.

HSL color Cylindrical-coordinate representation of color #CAF94C: hue angle of 76.3º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAF94C is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 76 -
CMYK 0.19 0 0.69 0.02
HSL 76.3º 0.94% 0.64% -
HSV(B) 76.3º 0.69% 0.98% -
XYZ 59.54 80.83 19.3 -
YUV 215.23 49.43 118.57 -
System Red Green Blue C M Y K H S L
Decimal 202 249 76 0.19 0 0.69 0.02 76.3 0.94 0.64
Hex CA F9 4C 13 0 45 2 4C 5E 40
Octal 312 371 114 23 0 105 2 114 136 100
Binary 11001010 11111001 1001100 10011 0 1000101 10 1001100 1011110 1000000

Color Harmonies of #CAF94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF94C

Black with #CAF94C

Text Example


Text Example

White with #CAF94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF94C; }

 p { color: rgb(202,249,76); }

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

background-color css

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

 a { background-color: rgb(202,249,76); }

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

border-color css

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

 span { border-color: rgb(202,249,76); }

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