Html Css Color HEX #85C108 Citrus

📋 copy color: '#85C108'

red 133 ◦ green 193 ◦ blue 8

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

Shades of Citrus #85C108

Tints of Citrus #85C108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.78%

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

R = 39.82%
G = 57.78%
B = 2.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#85C108 (or 0x85C108) is known color: Citrus. HEX triplet: 85, C1 and 08. RGB value is (133,193,8). Sum of RGB (Red+Green+Blue) = 133+193+8=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #85C108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C108 is #7A3EF7. Grayscale: #9A9A9A. Windows color (decimal): -8011512 or 573829. OLE color: 573829.

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

Color convert

RGB 133 193 8 -
CMYK 0.31 0 0.96 0.24
HSL 79.46º 0.92% 0.39% -
HSV(B) 79.46º 0.96% 0.76% -
XYZ 28.79 43.14 7.04 -
YUV 153.97 45.62 113.04 -
System Red Green Blue C M Y K H S L
Decimal 133 193 8 0.31 0 0.96 0.24 79.46 0.92 0.39
Hex 85 C1 8 1F 0 60 18 4F 5C 27
Octal 205 301 10 37 0 140 30 117 134 47
Binary 10000101 11000001 1000 11111 0 1100000 11000 1001111 1011100 100111

Color Harmonies of #85C108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C108

Black with #85C108

Text Example


Text Example

White with #85C108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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