Html Css Color HEX #85CE27 Yellow Green

📋 copy color: '#85CE27'

red 133 ◦ green 206 ◦ blue 39

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

Shades of Yellow Green #85CE27

Tints of Yellow Green #85CE27

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.5%

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 35.19%
G = 54.5%
B = 10.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#85CE27 (or 0x85CE27) is known color: Yellow Green. HEX triplet: 85, CE and 27. RGB value is (133,206,39). Sum of RGB (Red+Green+Blue) = 133+206+39=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CE27 is #7A31D8. Grayscale: #A5A5A5. Windows color (decimal): -8008153 or 2608773. OLE color: 2608773.

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

Color convert

RGB 133 206 39 -
CMYK 0.35 0 0.81 0.19
HSL 86.23º 0.68% 0.48% -
HSV(B) 86.23º 0.81% 0.81% -
XYZ 32.11 49.28 9.74 -
YUV 165.14 56.82 105.08 -
System Red Green Blue C M Y K H S L
Decimal 133 206 39 0.35 0 0.81 0.19 86.23 0.68 0.48
Hex 85 CE 27 23 0 51 13 56 44 30
Octal 205 316 47 43 0 121 23 126 104 60
Binary 10000101 11001110 100111 100011 0 1010001 10011 1010110 1000100 110000

Color Harmonies of #85CE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE27

Black with #85CE27

Text Example


Text Example

White with #85CE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,206,39); }

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

background-color css

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

 a { background-color: rgb(133,206,39); }

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

border-color css

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

 span { border-color: rgb(133,206,39); }

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