Html Css Color HEX #CAFE50 Conifer

📋 copy color: '#CAFE50'

red 202 ◦ green 254 ◦ blue 80

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

Shades of Conifer #CAFE50

Tints of Conifer #CAFE50

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.39%

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

R = 37.69%
G = 47.39%
B = 14.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#CAFE50 (or 0xCAFE50) is known color: Conifer. HEX triplet: CA, FE and 50. RGB value is (202,254,80). Sum of RGB (Red+Green+Blue) = 202+254+80=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE50 is #3501AF. Grayscale: #DBDBDB. Windows color (decimal): -3473840 or 5308106. OLE color: 5308106.

HSL color Cylindrical-coordinate representation of color #CAFE50: hue angle of 77.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAFE50 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 80 -
CMYK 0.20 0 0.69 0.00
HSL 77.93º 0.99% 0.65% -
HSV(B) 77.93º 0.69% 1% -
XYZ 61.25 84.02 20.58 -
YUV 218.62 49.77 116.15 -
System Red Green Blue C M Y K H S L
Decimal 202 254 80 0.20 0 0.69 0.00 77.93 0.99 0.65
Hex CA FE 50 14 0 45 0 4E 63 41
Octal 312 376 120 24 0 105 0 116 143 101
Binary 11001010 11111110 1010000 10100 0 1000101 0 1001110 1100011 1000001

Color Harmonies of #CAFE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE50

Black with #CAFE50

Text Example


Text Example

White with #CAFE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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