Html Css Color HEX #83CF08 Citrus

📋 copy color: '#83CF08'

red 131 ◦ green 207 ◦ blue 8

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

Shades of Citrus #83CF08

Tints of Citrus #83CF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 37.86%
G = 59.83%
B = 2.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#83CF08 (or 0x83CF08) is known color: Citrus. HEX triplet: 83, CF and 08. RGB value is (131,207,8). Sum of RGB (Red+Green+Blue) = 131+207+8=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CF08 is #7C30F7. Grayscale: #A2A2A2. Windows color (decimal): -8139000 or 577411. OLE color: 577411.

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

Color convert

RGB 131 207 8 -
CMYK 0.37 0 0.96 0.19
HSL 82.91º 0.93% 0.42% -
HSV(B) 82.91º 0.96% 0.81% -
XYZ 31.72 49.47 8.11 -
YUV 161.59 41.32 106.18 -
System Red Green Blue C M Y K H S L
Decimal 131 207 8 0.37 0 0.96 0.19 82.91 0.93 0.42
Hex 83 CF 8 25 0 60 13 53 5D 2A
Octal 203 317 10 45 0 140 23 123 135 52
Binary 10000011 11001111 1000 100101 0 1100000 10011 1010011 1011101 101010

Color Harmonies of #83CF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CF08

Black with #83CF08

Text Example


Text Example

White with #83CF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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