Html Css Color HEX #83CF01 Citrus

📋 copy color: '#83CF01'

red 131 ◦ green 207 ◦ blue 1

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

Shades of Citrus #83CF01

Tints of Citrus #83CF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 38.64%
G = 61.06%
B = 0.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#83CF01 (or 0x83CF01) is known color: Citrus. HEX triplet: 83, CF and 01. RGB value is (131,207,1). Sum of RGB (Red+Green+Blue) = 131+207+1=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CF01 is #7C30FE. Grayscale: #A1A1A1. Windows color (decimal): -8139007 or 118659. OLE color: 118659.

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

Color convert

RGB 131 207 1 -
CMYK 0.37 0 1.00 0.19
HSL 82.14º 0.99% 0.41% -
HSV(B) 82.14º 1% 0.81% -
XYZ 31.68 49.45 7.9 -
YUV 160.79 37.82 106.75 -
System Red Green Blue C M Y K H S L
Decimal 131 207 1 0.37 0 1.00 0.19 82.14 0.99 0.41
Hex 83 CF 1 25 0 64 13 52 63 29
Octal 203 317 1 45 0 144 23 122 143 51
Binary 10000011 11001111 1 100101 0 1100100 10011 1010010 1100011 101001

Color Harmonies of #83CF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CF01

Black with #83CF01

Text Example


Text Example

White with #83CF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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