Html Css Color HEX #9BFB64 Conifer

📋 copy color: '#9BFB64'

red 155 ◦ green 251 ◦ blue 100

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

Shades of Conifer #9BFB64

Tints of Conifer #9BFB64

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.6%

 BLUE value IS 100 (39.45% from 255) = 19.76%

R = 30.63%
G = 49.6%
B = 19.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#9BFB64 (or 0x9BFB64) is known color: Conifer. HEX triplet: 9B, FB and 64. RGB value is (155,251,100). Sum of RGB (Red+Green+Blue) = 155+251+100=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB64 is #64049B. Grayscale: #CDCDCD. Windows color (decimal): -6554780 or 6618011. OLE color: 6618011.

HSL color Cylindrical-coordinate representation of color #9BFB64: hue angle of 98.15º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BFB64 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 251 100 -
CMYK 0.38 0 0.60 0.02
HSL 98.15º 0.95% 0.69% -
HSV(B) 98.15º 0.6% 0.98% -
XYZ 50.32 76.88 24.24 -
YUV 205.08 68.7 92.28 -
System Red Green Blue C M Y K H S L
Decimal 155 251 100 0.38 0 0.60 0.02 98.15 0.95 0.69
Hex 9B FB 64 26 0 3C 2 62 5F 45
Octal 233 373 144 46 0 74 2 142 137 105
Binary 10011011 11111011 1100100 100110 0 111100 10 1100010 1011111 1000101

Color Harmonies of #9BFB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFB64

Black with #9BFB64

Text Example


Text Example

White with #9BFB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,251,100); }

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

background-color css

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

 a { background-color: rgb(155,251,100); }

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

border-color css

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

 span { border-color: rgb(155,251,100); }

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