Html Css Color HEX #85C703 Citrus

📋 copy color: '#85C703'

red 133 ◦ green 199 ◦ blue 3

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

Shades of Citrus #85C703

Tints of Citrus #85C703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 39.7%
G = 59.4%
B = 0.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#85C703 (or 0x85C703) is known color: Citrus. HEX triplet: 85, C7 and 03. RGB value is (133,199,3). Sum of RGB (Red+Green+Blue) = 133+199+3=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 199 (78.12% from 255 or 59.40% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 199 - color contains mainly: green. Hex color #85C703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C703 is #7A38FC. Grayscale: #9D9D9D. Windows color (decimal): -8009981 or 247685. OLE color: 247685.

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

Color convert

RGB 133 199 3 -
CMYK 0.33 0 0.98 0.22
HSL 80.2º 0.97% 0.4% -
HSV(B) 80.2º 0.98% 0.78% -
XYZ 30.11 45.84 7.35 -
YUV 156.92 41.13 110.94 -
System Red Green Blue C M Y K H S L
Decimal 133 199 3 0.33 0 0.98 0.22 80.2 0.97 0.4
Hex 85 C7 3 21 0 62 16 50 61 28
Octal 205 307 3 41 0 142 26 120 141 50
Binary 10000101 11000111 11 100001 0 1100010 10110 1010000 1100001 101000

Color Harmonies of #85C703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C703

Black with #85C703

Text Example


Text Example

White with #85C703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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