Html Css Color HEX #9BD100 Citrus

📋 copy color: '#9BD100'

red 155 ◦ green 209 ◦ blue 0

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

Shades of Citrus #9BD100

Tints of Citrus #9BD100

RGB

 RED value IS 155 (60.94% from 255) = 42.58%

 GREEN value IS 209 (82.03% from 255) = 57.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.58%
G = 57.42%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#9BD100 (or 0x9BD100) is known color: Citrus. HEX triplet: 9B, D1 and 00. RGB value is (155,209,0). Sum of RGB (Red+Green+Blue) = 155+209+0=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD100 is #642EFF. Grayscale: #A9A9A9. Windows color (decimal): -6565632 or 53659. OLE color: 53659.

HSL color Cylindrical-coordinate representation of color #9BD100: hue angle of 75.5º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BD100 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 209 0 -
CMYK 0.26 0 1 0.18
HSL 75.5º 1% 0.41% -
HSV(B) 75.5º 1% 0.82% -
XYZ 36.32 52.57 8.23 -
YUV 169.03 32.61 117.99 -
System Red Green Blue C M Y K H S L
Decimal 155 209 0 0.26 0 1 0.18 75.5 1 0.41
Hex 9B D1 0 1A 0 64 12 4C 64 29
Octal 233 321 0 32 0 144 22 114 144 51
Binary 10011011 11010001 0 11010 0 1100100 10010 1001100 1100100 101001

Color Harmonies of #9BD100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD100

Black with #9BD100

Text Example


Text Example

White with #9BD100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BD100; }

 p { color: rgb(155,209,0); }

 H1.HeaderClassName
 {
   color: #9BD100;
 }
 .AnyTagClassName
 {
   color: #9BD100;
 }
</style>

background-color css

<style>
 a { background-color: #9BD100; }

 a { background-color: rgb(155,209,0); }

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

border-color css

<style>
 span { border-color: #9BD100; }

 span { border-color: rgb(155,209,0); }

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