Html Css Color HEX #85C307 Citrus

📋 copy color: '#85C307'

red 133 ◦ green 195 ◦ blue 7

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

Shades of Citrus #85C307

Tints of Citrus #85C307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.21%

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

R = 39.7%
G = 58.21%
B = 2.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#85C307 (or 0x85C307) is known color: Citrus. HEX triplet: 85, C3 and 07. RGB value is (133,195,7). Sum of RGB (Red+Green+Blue) = 133+195+7=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #85C307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C307 is #7A3CF8. Grayscale: #9B9B9B. Windows color (decimal): -8011001 or 508805. OLE color: 508805.

HSL color Cylindrical-coordinate representation of color #85C307: hue angle of 79.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85C307 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 195 7 -
CMYK 0.32 0 0.96 0.24
HSL 79.79º 0.93% 0.4% -
HSV(B) 79.79º 0.96% 0.76% -
XYZ 29.23 44.03 7.16 -
YUV 155.03 44.46 112.29 -
System Red Green Blue C M Y K H S L
Decimal 133 195 7 0.32 0 0.96 0.24 79.79 0.93 0.4
Hex 85 C3 7 20 0 60 18 50 5D 28
Octal 205 303 7 40 0 140 30 120 135 50
Binary 10000101 11000011 111 100000 0 1100000 11000 1010000 1011101 101000

Color Harmonies of #85C307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C307

Black with #85C307

Text Example


Text Example

White with #85C307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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