Html Css Color HEX #9BF64F Conifer

📋 copy color: '#9BF64F'

red 155 ◦ green 246 ◦ blue 79

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

Shades of Conifer #9BF64F

Tints of Conifer #9BF64F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.25%

 BLUE value IS 79 (31.25% from 255) = 16.46%

R = 32.29%
G = 51.25%
B = 16.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#9BF64F (or 0x9BF64F) is known color: Conifer. HEX triplet: 9B, F6 and 4F. RGB value is (155,246,79). Sum of RGB (Red+Green+Blue) = 155+246+79=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF64F is #6409B0. Grayscale: #C8C8C8. Windows color (decimal): -6556081 or 5240475. OLE color: 5240475.

HSL color Cylindrical-coordinate representation of color #9BF64F: hue angle of 92.69º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BF64F is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 246 79 -
CMYK 0.37 0 0.68 0.04
HSL 92.69º 0.9% 0.64% -
HSV(B) 92.69º 0.68% 0.96% -
XYZ 47.88 73.44 19.05 -
YUV 199.75 59.85 96.08 -
System Red Green Blue C M Y K H S L
Decimal 155 246 79 0.37 0 0.68 0.04 92.69 0.9 0.64
Hex 9B F6 4F 25 0 44 4 5D 5A 40
Octal 233 366 117 45 0 104 4 135 132 100
Binary 10011011 11110110 1001111 100101 0 1000100 100 1011101 1011010 1000000

Color Harmonies of #9BF64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF64F

Black with #9BF64F

Text Example


Text Example

White with #9BF64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,246,79); }

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

background-color css

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

 a { background-color: rgb(155,246,79); }

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

border-color css

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

 span { border-color: rgb(155,246,79); }

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