Html Css Color HEX #85C104 Citrus

📋 copy color: '#85C104'

red 133 ◦ green 193 ◦ blue 4

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

Shades of Citrus #85C104

Tints of Citrus #85C104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 40.3%
G = 58.48%
B = 1.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#85C104 (or 0x85C104) is known color: Citrus. HEX triplet: 85, C1 and 04. RGB value is (133,193,4). Sum of RGB (Red+Green+Blue) = 133+193+4=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #85C104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C104 is #7A3EFB. Grayscale: #9A9A9A. Windows color (decimal): -8011516 or 311685. OLE color: 311685.

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

Color convert

RGB 133 193 4 -
CMYK 0.31 0 0.98 0.24
HSL 79.05º 0.96% 0.39% -
HSV(B) 79.05º 0.98% 0.76% -
XYZ 28.76 43.14 6.92 -
YUV 153.51 43.62 113.37 -
System Red Green Blue C M Y K H S L
Decimal 133 193 4 0.31 0 0.98 0.24 79.05 0.96 0.39
Hex 85 C1 4 1F 0 62 18 4F 60 27
Octal 205 301 4 37 0 142 30 117 140 47
Binary 10000101 11000001 100 11111 0 1100010 11000 1001111 1100000 100111

Color Harmonies of #85C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C104

Black with #85C104

Text Example


Text Example

White with #85C104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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