Html Css Color HEX #85CF16 Yellow Green

📋 copy color: '#85CF16'

red 133 ◦ green 207 ◦ blue 22

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

Shades of Yellow Green #85CF16

Tints of Yellow Green #85CF16

RGB

 RED value IS 133 (52.34% from 255) = 36.74%

 GREEN value IS 207 (81.25% from 255) = 57.18%

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 36.74%
G = 57.18%
B = 6.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#85CF16 (or 0x85CF16) is known color: Yellow Green. HEX triplet: 85, CF and 16. RGB value is (133,207,22). Sum of RGB (Red+Green+Blue) = 133+207+22=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CF16 is #7A30E9. Grayscale: #A4A4A4. Windows color (decimal): -8007914 or 1494917. OLE color: 1494917.

HSL color Cylindrical-coordinate representation of color #85CF16: hue angle of 84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85CF16 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 22 -
CMYK 0.36 0 0.89 0.19
HSL 84º 0.81% 0.45% -
HSV(B) 84º 0.89% 0.81% -
XYZ 32.13 49.67 8.65 -
YUV 163.78 47.98 106.04 -
System Red Green Blue C M Y K H S L
Decimal 133 207 22 0.36 0 0.89 0.19 84 0.81 0.45
Hex 85 CF 16 24 0 59 13 54 51 2D
Octal 205 317 26 44 0 131 23 124 121 55
Binary 10000101 11001111 10110 100100 0 1011001 10011 1010100 1010001 101101

Color Harmonies of #85CF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF16

Black with #85CF16

Text Example


Text Example

White with #85CF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85CF16; }

 p { color: rgb(133,207,22); }

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

background-color css

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

 a { background-color: rgb(133,207,22); }

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

border-color css

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

 span { border-color: rgb(133,207,22); }

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