Html Css Color HEX #83CF05 Citrus

📋 copy color: '#83CF05'

red 131 ◦ green 207 ◦ blue 5

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

Shades of Citrus #83CF05

Tints of Citrus #83CF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 38.19%
G = 60.35%
B = 1.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#83CF05 (or 0x83CF05) is known color: Citrus. HEX triplet: 83, CF and 05. RGB value is (131,207,5). Sum of RGB (Red+Green+Blue) = 131+207+5=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CF05 is #7C30FA. Grayscale: #A1A1A1. Windows color (decimal): -8139003 or 380803. OLE color: 380803.

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

Color convert

RGB 131 207 5 -
CMYK 0.37 0 0.98 0.19
HSL 82.57º 0.95% 0.42% -
HSV(B) 82.57º 0.98% 0.81% -
XYZ 31.7 49.46 8.02 -
YUV 161.25 39.82 106.43 -
System Red Green Blue C M Y K H S L
Decimal 131 207 5 0.37 0 0.98 0.19 82.57 0.95 0.42
Hex 83 CF 5 25 0 62 13 53 5F 2A
Octal 203 317 5 45 0 142 23 123 137 52
Binary 10000011 11001111 101 100101 0 1100010 10011 1010011 1011111 101010

Color Harmonies of #83CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CF05

Black with #83CF05

Text Example


Text Example

White with #83CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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