Html Css Color HEX #CAF94F Conifer

📋 copy color: '#CAF94F'

red 202 ◦ green 249 ◦ blue 79

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

Shades of Conifer #CAF94F

Tints of Conifer #CAF94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.91%

R = 38.11%
G = 46.98%
B = 14.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#CAF94F (or 0xCAF94F) is known color: Conifer. HEX triplet: CA, F9 and 4F. RGB value is (202,249,79). Sum of RGB (Red+Green+Blue) = 202+249+79=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF94F is #3506B0. Grayscale: #D8D8D8. Windows color (decimal): -3475121 or 5241290. OLE color: 5241290.

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

Color convert

RGB 202 249 79 -
CMYK 0.19 0 0.68 0.02
HSL 76.59º 0.93% 0.64% -
HSV(B) 76.59º 0.68% 0.98% -
XYZ 59.64 80.87 19.86 -
YUV 215.57 50.93 118.32 -
System Red Green Blue C M Y K H S L
Decimal 202 249 79 0.19 0 0.68 0.02 76.59 0.93 0.64
Hex CA F9 4F 13 0 44 2 4D 5D 40
Octal 312 371 117 23 0 104 2 115 135 100
Binary 11001010 11111001 1001111 10011 0 1000100 10 1001101 1011101 1000000

Color Harmonies of #CAF94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF94F

Black with #CAF94F

Text Example


Text Example

White with #CAF94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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