Html Css Color HEX #85CC26 Yellow Green

📋 copy color: '#85CC26'

red 133 ◦ green 204 ◦ blue 38

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

Shades of Yellow Green #85CC26

Tints of Yellow Green #85CC26

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.4%

 BLUE value IS 38 (15.23% from 255) = 10.13%

R = 35.47%
G = 54.4%
B = 10.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#85CC26 (or 0x85CC26) is known color: Yellow Green. HEX triplet: 85, CC and 26. RGB value is (133,204,38). Sum of RGB (Red+Green+Blue) = 133+204+38=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CC26 is #7A33D9. Grayscale: #A4A4A4. Windows color (decimal): -8008666 or 2542725. OLE color: 2542725.

HSL color Cylindrical-coordinate representation of color #85CC26: hue angle of 85.66º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85CC26 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 204 38 -
CMYK 0.35 0 0.81 0.2
HSL 85.66º 0.69% 0.47% -
HSV(B) 85.66º 0.81% 0.8% -
XYZ 31.62 48.31 9.49 -
YUV 163.85 56.98 106 -
System Red Green Blue C M Y K H S L
Decimal 133 204 38 0.35 0 0.81 0.2 85.66 0.69 0.47
Hex 85 CC 26 23 0 51 14 56 45 2F
Octal 205 314 46 43 0 121 24 126 105 57
Binary 10000101 11001100 100110 100011 0 1010001 10100 1010110 1000101 101111

Color Harmonies of #85CC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CC26

Black with #85CC26

Text Example


Text Example

White with #85CC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,204,38); }

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

background-color css

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

 a { background-color: rgb(133,204,38); }

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

border-color css

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

 span { border-color: rgb(133,204,38); }

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