Html Css Color HEX #83CC03 Citrus

📋 copy color: '#83CC03'

red 131 ◦ green 204 ◦ blue 3

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

Shades of Citrus #83CC03

Tints of Citrus #83CC03

RGB

 RED value IS 131 (51.56% from 255) = 38.76%

 GREEN value IS 204 (80.08% from 255) = 60.36%

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

R = 38.76%
G = 60.36%
B = 0.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#83CC03 (or 0x83CC03) is known color: Citrus. HEX triplet: 83, CC and 03. RGB value is (131,204,3). Sum of RGB (Red+Green+Blue) = 131+204+3=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CC03 is #7C33FC. Grayscale: #9F9F9F. Windows color (decimal): -8139773 or 248963. OLE color: 248963.

HSL color Cylindrical-coordinate representation of color #83CC03: hue angle of 81.79º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83CC03 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 204 3 -
CMYK 0.36 0 0.99 0.2
HSL 81.79º 0.97% 0.41% -
HSV(B) 81.79º 0.99% 0.8% -
XYZ 30.97 48.02 7.72 -
YUV 159.26 39.82 107.84 -
System Red Green Blue C M Y K H S L
Decimal 131 204 3 0.36 0 0.99 0.2 81.79 0.97 0.41
Hex 83 CC 3 24 0 63 14 52 61 29
Octal 203 314 3 44 0 143 24 122 141 51
Binary 10000011 11001100 11 100100 0 1100011 10100 1010010 1100001 101001

Color Harmonies of #83CC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC03

Black with #83CC03

Text Example


Text Example

White with #83CC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83CC03; }

 p { color: rgb(131,204,3); }

 H1.HeaderClassName
 {
   color: #83CC03;
 }
 .AnyTagClassName
 {
   color: #83CC03;
 }
</style>

background-color css

<style>
 a { background-color: #83CC03; }

 a { background-color: rgb(131,204,3); }

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

border-color css

<style>
 span { border-color: #83CC03; }

 span { border-color: rgb(131,204,3); }

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