Html Css Color HEX #83CB04 Citrus

📋 copy color: '#83CB04'

red 131 ◦ green 203 ◦ blue 4

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

Shades of Citrus #83CB04

Tints of Citrus #83CB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 60.06%

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

R = 38.76%
G = 60.06%
B = 1.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#83CB04 (or 0x83CB04) is known color: Citrus. HEX triplet: 83, CB and 04. RGB value is (131,203,4). Sum of RGB (Red+Green+Blue) = 131+203+4=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CB04 is #7C34FB. Grayscale: #9F9F9F. Windows color (decimal): -8140028 or 314243. OLE color: 314243.

HSL color Cylindrical-coordinate representation of color #83CB04: hue angle of 81.71º 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 #83CB04 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 203 4 -
CMYK 0.35 0 0.98 0.20
HSL 81.71º 0.96% 0.41% -
HSV(B) 81.71º 0.98% 0.8% -
XYZ 30.74 47.55 7.67 -
YUV 158.79 40.65 108.18 -
System Red Green Blue C M Y K H S L
Decimal 131 203 4 0.35 0 0.98 0.20 81.71 0.96 0.41
Hex 83 CB 4 23 0 62 14 52 60 29
Octal 203 313 4 43 0 142 24 122 140 51
Binary 10000011 11001011 100 100011 0 1100010 10100 1010010 1100000 101001

Color Harmonies of #83CB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CB04

Black with #83CB04

Text Example


Text Example

White with #83CB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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