Html Css Color HEX #CAF450 Conifer

📋 copy color: '#CAF450'

red 202 ◦ green 244 ◦ blue 80

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

Shades of Conifer #CAF450

Tints of Conifer #CAF450

RGB

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

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

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

R = 38.4%
G = 46.39%
B = 15.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#CAF450 (or 0xCAF450) is known color: Conifer. HEX triplet: CA, F4 and 50. RGB value is (202,244,80). Sum of RGB (Red+Green+Blue) = 202+244+80=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF450 is #350BAF. Grayscale: #D5D5D5. Windows color (decimal): -3476400 or 5305546. OLE color: 5305546.

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

Color convert

RGB 202 244 80 -
CMYK 0.17 0 0.67 0.04
HSL 75.37º 0.88% 0.64% -
HSV(B) 75.37º 0.67% 0.96% -
XYZ 58.16 77.84 19.55 -
YUV 212.75 53.09 120.34 -
System Red Green Blue C M Y K H S L
Decimal 202 244 80 0.17 0 0.67 0.04 75.37 0.88 0.64
Hex CA F4 50 11 0 43 4 4B 58 40
Octal 312 364 120 21 0 103 4 113 130 100
Binary 11001010 11110100 1010000 10001 0 1000011 100 1001011 1011000 1000000

Color Harmonies of #CAF450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF450

Black with #CAF450

Text Example


Text Example

White with #CAF450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF450; }

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

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

background-color css

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

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

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

border-color css

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

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

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