Html Css Color HEX #85CE00 Citrus

📋 copy color: '#85CE00'

red 133 ◦ green 206 ◦ blue 0

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

Shades of Citrus #85CE00

Tints of Citrus #85CE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.23%
G = 60.77%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#85CE00 (or 0x85CE00) is known color: Citrus. HEX triplet: 85, CE and 00. RGB value is (133,206,0). Sum of RGB (Red+Green+Blue) = 133+206+0=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CE00 is #7A31FF. Grayscale: #A1A1A1. Windows color (decimal): -8008192 or 52869. OLE color: 52869.

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

Color convert

RGB 133 206 0 -
CMYK 0.35 0 1 0.19
HSL 81.26º 1% 0.4% -
HSV(B) 81.26º 1% 0.81% -
XYZ 31.74 49.13 7.81 -
YUV 160.69 37.32 108.25 -
System Red Green Blue C M Y K H S L
Decimal 133 206 0 0.35 0 1 0.19 81.26 1 0.4
Hex 85 CE 0 23 0 64 13 51 64 28
Octal 205 316 0 43 0 144 23 121 144 50
Binary 10000101 11001110 0 100011 0 1100100 10011 1010001 1100100 101000

Color Harmonies of #85CE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE00

Black with #85CE00

Text Example


Text Example

White with #85CE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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