Html Css Color HEX #85D103 Citrus

📋 copy color: '#85D103'

red 133 ◦ green 209 ◦ blue 3

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

Shades of Citrus #85D103

Tints of Citrus #85D103

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.58%

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

R = 38.55%
G = 60.58%
B = 0.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#85D103 (or 0x85D103) is known color: Citrus. HEX triplet: 85, D1 and 03. RGB value is (133,209,3). Sum of RGB (Red+Green+Blue) = 133+209+3=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #85D103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D103 is #7A2EFC. Grayscale: #A3A3A3. Windows color (decimal): -8007421 or 250245. OLE color: 250245.

HSL color Cylindrical-coordinate representation of color #85D103: hue angle of 82.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85D103 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 209 3 -
CMYK 0.36 0 0.99 0.18
HSL 82.14º 0.97% 0.42% -
HSV(B) 82.14º 0.99% 0.82% -
XYZ 32.49 50.59 8.14 -
YUV 162.79 37.82 106.75 -
System Red Green Blue C M Y K H S L
Decimal 133 209 3 0.36 0 0.99 0.18 82.14 0.97 0.42
Hex 85 D1 3 24 0 63 12 52 61 2A
Octal 205 321 3 44 0 143 22 122 141 52
Binary 10000101 11010001 11 100100 0 1100011 10010 1010010 1100001 101010

Color Harmonies of #85D103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D103

Black with #85D103

Text Example


Text Example

White with #85D103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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