Html Css Color HEX #85C303 Citrus

📋 copy color: '#85C303'

red 133 ◦ green 195 ◦ blue 3

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

Shades of Citrus #85C303

Tints of Citrus #85C303

RGB

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

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

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

R = 40.18%
G = 58.91%
B = 0.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#85C303 (or 0x85C303) is known color: Citrus. HEX triplet: 85, C3 and 03. RGB value is (133,195,3). Sum of RGB (Red+Green+Blue) = 133+195+3=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #85C303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C303 is #7A3CFC. Grayscale: #9B9B9B. Windows color (decimal): -8011005 or 246661. OLE color: 246661.

HSL color Cylindrical-coordinate representation of color #85C303: hue angle of 79.38º degrees, saturation: 0.97, 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 #85C303 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 195 3 -
CMYK 0.32 0 0.98 0.24
HSL 79.38º 0.97% 0.39% -
HSV(B) 79.38º 0.98% 0.76% -
XYZ 29.2 44.02 7.04 -
YUV 154.57 42.46 112.61 -
System Red Green Blue C M Y K H S L
Decimal 133 195 3 0.32 0 0.98 0.24 79.38 0.97 0.39
Hex 85 C3 3 20 0 62 18 4F 61 27
Octal 205 303 3 40 0 142 30 117 141 47
Binary 10000101 11000011 11 100000 0 1100010 11000 1001111 1100001 100111

Color Harmonies of #85C303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C303

Black with #85C303

Text Example


Text Example

White with #85C303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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