Html Css Color HEX #CAF350 Conifer

📋 copy color: '#CAF350'

red 202 ◦ green 243 ◦ blue 80

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

Shades of Conifer #CAF350

Tints of Conifer #CAF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.29%

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

R = 38.48%
G = 46.29%
B = 15.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#CAF350 (or 0xCAF350) is known color: Conifer. HEX triplet: CA, F3 and 50. RGB value is (202,243,80). Sum of RGB (Red+Green+Blue) = 202+243+80=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF350 is #350CAF. Grayscale: #D4D4D4. Windows color (decimal): -3476656 or 5305290. OLE color: 5305290.

HSL color Cylindrical-coordinate representation of color #CAF350: hue angle of 75.09º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAF350 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 80 -
CMYK 0.17 0 0.67 0.05
HSL 75.09º 0.87% 0.63% -
HSV(B) 75.09º 0.67% 0.95% -
XYZ 57.86 77.24 19.45 -
YUV 212.16 53.42 120.75 -
System Red Green Blue C M Y K H S L
Decimal 202 243 80 0.17 0 0.67 0.05 75.09 0.87 0.63
Hex CA F3 50 11 0 43 5 4B 57 3F
Octal 312 363 120 21 0 103 5 113 127 77
Binary 11001010 11110011 1010000 10001 0 1000011 101 1001011 1010111 111111

Color Harmonies of #CAF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF350

Black with #CAF350

Text Example


Text Example

White with #CAF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF350; }

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

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

background-color css

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

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

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

border-color css

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

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

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