Html Css Color HEX #83CD07 Citrus

📋 copy color: '#83CD07'

red 131 ◦ green 205 ◦ blue 7

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

Shades of Citrus #83CD07

Tints of Citrus #83CD07

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.77%

 BLUE value IS 7 (3.13% from 255) = 2.04%

R = 38.19%
G = 59.77%
B = 2.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#83CD07 (or 0x83CD07) is known color: Citrus. HEX triplet: 83, CD and 07. RGB value is (131,205,7). Sum of RGB (Red+Green+Blue) = 131+205+7=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #83CD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CD07 is #7C32F8. Grayscale: #A1A1A1. Windows color (decimal): -8139513 or 511363. OLE color: 511363.

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

Color convert

RGB 131 205 7 -
CMYK 0.36 0 0.97 0.20
HSL 82.42º 0.93% 0.42% -
HSV(B) 82.42º 0.97% 0.8% -
XYZ 31.23 48.5 7.92 -
YUV 160.3 41.48 107.1 -
System Red Green Blue C M Y K H S L
Decimal 131 205 7 0.36 0 0.97 0.20 82.42 0.93 0.42
Hex 83 CD 7 24 0 61 14 52 5D 2A
Octal 203 315 7 44 0 141 24 122 135 52
Binary 10000011 11001101 111 100100 0 1100001 10100 1010010 1011101 101010

Color Harmonies of #83CD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CD07

Black with #83CD07

Text Example


Text Example

White with #83CD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,205,7); }

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

background-color css

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

 a { background-color: rgb(131,205,7); }

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

border-color css

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

 span { border-color: rgb(131,205,7); }

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