Html Css Color HEX #85C708 Citrus

📋 copy color: '#85C708'

red 133 ◦ green 199 ◦ blue 8

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

Shades of Citrus #85C708

Tints of Citrus #85C708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 58.53%

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 39.12%
G = 58.53%
B = 2.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#85C708 (or 0x85C708) is known color: Citrus. HEX triplet: 85, C7 and 08. RGB value is (133,199,8). Sum of RGB (Red+Green+Blue) = 133+199+8=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 199 (78.12% from 255 or 58.53% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 199 - color contains mainly: green. Hex color #85C708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C708 is #7A38F7. Grayscale: #9E9E9E. Windows color (decimal): -8009976 or 575365. OLE color: 575365.

HSL color Cylindrical-coordinate representation of color #85C708: hue angle of 80.73º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85C708 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 199 8 -
CMYK 0.33 0 0.96 0.22
HSL 80.73º 0.92% 0.41% -
HSV(B) 80.73º 0.96% 0.78% -
XYZ 30.14 45.85 7.49 -
YUV 157.49 43.63 110.53 -
System Red Green Blue C M Y K H S L
Decimal 133 199 8 0.33 0 0.96 0.22 80.73 0.92 0.41
Hex 85 C7 8 21 0 60 16 51 5C 29
Octal 205 307 10 41 0 140 26 121 134 51
Binary 10000101 11000111 1000 100001 0 1100000 10110 1010001 1011100 101001

Color Harmonies of #85C708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C708

Black with #85C708

Text Example


Text Example

White with #85C708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,199,8); }

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

background-color css

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

 a { background-color: rgb(133,199,8); }

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

border-color css

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

 span { border-color: rgb(133,199,8); }

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