Html Css Color HEX #85B407 Citrus

📋 copy color: '#85B407'

red 133 ◦ green 180 ◦ blue 7

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

Shades of Citrus #85B407

Tints of Citrus #85B407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.25%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 41.56%
G = 56.25%
B = 2.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#85B407 (or 0x85B407) is known color: Citrus. HEX triplet: 85, B4 and 07. RGB value is (133,180,7). Sum of RGB (Red+Green+Blue) = 133+180+7=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #85B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B407 is #7A4BF8. Grayscale: #929292. Windows color (decimal): -8014841 or 504965. OLE color: 504965.

HSL color Cylindrical-coordinate representation of color #85B407: hue angle of 76.3º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85B407 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 7 -
CMYK 0.26 0 0.96 0.29
HSL 76.3º 0.93% 0.37% -
HSV(B) 76.3º 0.96% 0.71% -
XYZ 26.03 37.64 6.1 -
YUV 146.23 49.43 118.57 -
System Red Green Blue C M Y K H S L
Decimal 133 180 7 0.26 0 0.96 0.29 76.3 0.93 0.37
Hex 85 B4 7 1A 0 60 1D 4C 5D 25
Octal 205 264 7 32 0 140 35 114 135 45
Binary 10000101 10110100 111 11010 0 1100000 11101 1001100 1011101 100101

Color Harmonies of #85B407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B407

Black with #85B407

Text Example


Text Example

White with #85B407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,180,7); }

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

background-color css

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

 a { background-color: rgb(133,180,7); }

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

border-color css

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

 span { border-color: rgb(133,180,7); }

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