Html Css Color HEX #83CC04 Citrus

📋 copy color: '#83CC04'

red 131 ◦ green 204 ◦ blue 4

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

Shades of Citrus #83CC04

Tints of Citrus #83CC04

RGB

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

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

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

R = 38.64%
G = 60.18%
B = 1.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#83CC04 (or 0x83CC04) is known color: Citrus. HEX triplet: 83, CC and 04. RGB value is (131,204,4). Sum of RGB (Red+Green+Blue) = 131+204+4=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CC04 is #7C33FB. Grayscale: #A0A0A0. Windows color (decimal): -8139772 or 314499. OLE color: 314499.

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

Color convert

RGB 131 204 4 -
CMYK 0.36 0 0.98 0.2
HSL 81.9º 0.96% 0.41% -
HSV(B) 81.9º 0.98% 0.8% -
XYZ 30.97 48.02 7.75 -
YUV 159.37 40.32 107.76 -
System Red Green Blue C M Y K H S L
Decimal 131 204 4 0.36 0 0.98 0.2 81.9 0.96 0.41
Hex 83 CC 4 24 0 62 14 52 60 29
Octal 203 314 4 44 0 142 24 122 140 51
Binary 10000011 11001100 100 100100 0 1100010 10100 1010010 1100000 101001

Color Harmonies of #83CC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC04

Black with #83CC04

Text Example


Text Example

White with #83CC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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