Html Css Color HEX #9BCF08 Citrus

📋 copy color: '#9BCF08'

red 155 ◦ green 207 ◦ blue 8

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

Shades of Citrus #9BCF08

Tints of Citrus #9BCF08

RGB

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

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

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

R = 41.89%
G = 55.95%
B = 2.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#9BCF08 (or 0x9BCF08) is known color: Citrus. HEX triplet: 9B, CF and 08. RGB value is (155,207,8). Sum of RGB (Red+Green+Blue) = 155+207+8=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCF08 is #6430F7. Grayscale: #A9A9A9. Windows color (decimal): -6566136 or 577435. OLE color: 577435.

HSL color Cylindrical-coordinate representation of color #9BCF08: hue angle of 75.68º 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 #9BCF08 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 207 8 -
CMYK 0.25 0 0.96 0.19
HSL 75.68º 0.93% 0.42% -
HSV(B) 75.68º 0.96% 0.81% -
XYZ 35.87 51.61 8.3 -
YUV 168.77 37.27 118.18 -
System Red Green Blue C M Y K H S L
Decimal 155 207 8 0.25 0 0.96 0.19 75.68 0.93 0.42
Hex 9B CF 8 19 0 60 13 4C 5D 2A
Octal 233 317 10 31 0 140 23 114 135 52
Binary 10011011 11001111 1000 11001 0 1100000 10011 1001100 1011101 101010

Color Harmonies of #9BCF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF08

Black with #9BCF08

Text Example


Text Example

White with #9BCF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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