Html Css Color HEX #9BCF00 Citrus

📋 copy color: '#9BCF00'

red 155 ◦ green 207 ◦ blue 0

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

Shades of Citrus #9BCF00

Tints of Citrus #9BCF00

RGB

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

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

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

R = 42.82%
G = 57.18%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#9BCF00 (or 0x9BCF00) is known color: Citrus. HEX triplet: 9B, CF and 00. RGB value is (155,207,0). Sum of RGB (Red+Green+Blue) = 155+207+0=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCF00 is #6430FF. Grayscale: #A8A8A8. Windows color (decimal): -6566144 or 53147. OLE color: 53147.

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

Color convert

RGB 155 207 0 -
CMYK 0.25 0 1 0.19
HSL 75.07º 1% 0.41% -
HSV(B) 75.07º 1% 0.81% -
XYZ 35.83 51.59 8.07 -
YUV 167.85 33.27 118.83 -
System Red Green Blue C M Y K H S L
Decimal 155 207 0 0.25 0 1 0.19 75.07 1 0.41
Hex 9B CF 0 19 0 64 13 4B 64 29
Octal 233 317 0 31 0 144 23 113 144 51
Binary 10011011 11001111 0 11001 0 1100100 10011 1001011 1100100 101001

Color Harmonies of #9BCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF00

Black with #9BCF00

Text Example


Text Example

White with #9BCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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