Html Css Color HEX #9BFD64 Conifer

📋 copy color: '#9BFD64'

red 155 ◦ green 253 ◦ blue 100

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

Shades of Conifer #9BFD64

Tints of Conifer #9BFD64

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.8%

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

R = 30.51%
G = 49.8%
B = 19.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#9BFD64 (or 0x9BFD64) is known color: Conifer. HEX triplet: 9B, FD and 64. RGB value is (155,253,100). Sum of RGB (Red+Green+Blue) = 155+253+100=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFD64 is #64029B. Grayscale: #CECECE. Windows color (decimal): -6554268 or 6618523. OLE color: 6618523.

HSL color Cylindrical-coordinate representation of color #9BFD64: hue angle of 98.43º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BFD64 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 253 100 -
CMYK 0.39 0 0.60 0.01
HSL 98.43º 0.97% 0.69% -
HSV(B) 98.43º 0.6% 0.99% -
XYZ 50.94 78.14 24.45 -
YUV 206.26 68.03 91.44 -
System Red Green Blue C M Y K H S L
Decimal 155 253 100 0.39 0 0.60 0.01 98.43 0.97 0.69
Hex 9B FD 64 27 0 3C 1 62 61 45
Octal 233 375 144 47 0 74 1 142 141 105
Binary 10011011 11111101 1100100 100111 0 111100 1 1100010 1100001 1000101

Color Harmonies of #9BFD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFD64

Black with #9BFD64

Text Example


Text Example

White with #9BFD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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