Html Css Color HEX #83CC06 Citrus

📋 copy color: '#83CC06'

red 131 ◦ green 204 ◦ blue 6

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

Shades of Citrus #83CC06

Tints of Citrus #83CC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 38.42%
G = 59.82%
B = 1.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#83CC06 (or 0x83CC06) is known color: Citrus. HEX triplet: 83, CC and 06. RGB value is (131,204,6). Sum of RGB (Red+Green+Blue) = 131+204+6=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CC06 is #7C33F9. Grayscale: #A0A0A0. Windows color (decimal): -8139770 or 445571. OLE color: 445571.

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

Color convert

RGB 131 204 6 -
CMYK 0.36 0 0.97 0.2
HSL 82.12º 0.94% 0.41% -
HSV(B) 82.12º 0.97% 0.8% -
XYZ 30.99 48.02 7.81 -
YUV 159.6 41.32 107.6 -
System Red Green Blue C M Y K H S L
Decimal 131 204 6 0.36 0 0.97 0.2 82.12 0.94 0.41
Hex 83 CC 6 24 0 61 14 52 5E 29
Octal 203 314 6 44 0 141 24 122 136 51
Binary 10000011 11001100 110 100100 0 1100001 10100 1010010 1011110 101001

Color Harmonies of #83CC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC06

Black with #83CC06

Text Example


Text Example

White with #83CC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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