Html Css Color HEX #83CF03 Citrus

📋 copy color: '#83CF03'

red 131 ◦ green 207 ◦ blue 3

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

Shades of Citrus #83CF03

Tints of Citrus #83CF03

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.7%

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

R = 38.42%
G = 60.7%
B = 0.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#83CF03 (or 0x83CF03) is known color: Citrus. HEX triplet: 83, CF and 03. RGB value is (131,207,3). Sum of RGB (Red+Green+Blue) = 131+207+3=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CF03 is #7C30FC. Grayscale: #A1A1A1. Windows color (decimal): -8139005 or 249731. OLE color: 249731.

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

Color convert

RGB 131 207 3 -
CMYK 0.37 0 0.99 0.19
HSL 82.35º 0.97% 0.41% -
HSV(B) 82.35º 0.99% 0.81% -
XYZ 31.69 49.46 7.96 -
YUV 161.02 38.82 106.59 -
System Red Green Blue C M Y K H S L
Decimal 131 207 3 0.37 0 0.99 0.19 82.35 0.97 0.41
Hex 83 CF 3 25 0 63 13 52 61 29
Octal 203 317 3 45 0 143 23 122 141 51
Binary 10000011 11001111 11 100101 0 1100011 10011 1010010 1100001 101001

Color Harmonies of #83CF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CF03

Black with #83CF03

Text Example


Text Example

White with #83CF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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