Html Css Color HEX #CAF454 Conifer

📋 copy color: '#CAF454'

red 202 ◦ green 244 ◦ blue 84

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

Shades of Conifer #CAF454

Tints of Conifer #CAF454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.85%

R = 38.11%
G = 46.04%
B = 15.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#CAF454 (or 0xCAF454) is known color: Conifer. HEX triplet: CA, F4 and 54. RGB value is (202,244,84). Sum of RGB (Red+Green+Blue) = 202+244+84=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF454 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF454 is #350BAB. Grayscale: #D5D5D5. Windows color (decimal): -3476396 or 5567690. OLE color: 5567690.

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

Color convert

RGB 202 244 84 -
CMYK 0.17 0 0.66 0.04
HSL 75.75º 0.88% 0.64% -
HSV(B) 75.75º 0.66% 0.96% -
XYZ 58.31 77.9 20.35 -
YUV 213.2 55.09 120.01 -
System Red Green Blue C M Y K H S L
Decimal 202 244 84 0.17 0 0.66 0.04 75.75 0.88 0.64
Hex CA F4 54 11 0 42 4 4C 58 40
Octal 312 364 124 21 0 102 4 114 130 100
Binary 11001010 11110100 1010100 10001 0 1000010 100 1001100 1011000 1000000

Color Harmonies of #CAF454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF454

Black with #CAF454

Text Example


Text Example

White with #CAF454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF454; }

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

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

background-color css

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

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

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

border-color css

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

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

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