Html Css Color HEX #B0FB64 Conifer

📋 copy color: '#B0FB64'

red 176 ◦ green 251 ◦ blue 100

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

Shades of Conifer #B0FB64

Tints of Conifer #B0FB64

RGB

 RED value IS 176 (69.14% from 255) = 33.4%

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

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

R = 33.4%
G = 47.63%
B = 18.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#B0FB64 (or 0xB0FB64) is known color: Conifer. HEX triplet: B0, FB and 64. RGB value is (176,251,100). Sum of RGB (Red+Green+Blue) = 176+251+100=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB64 is #4F049B. Grayscale: #D3D3D3. Windows color (decimal): -5178524 or 6618032. OLE color: 6618032.

HSL color Cylindrical-coordinate representation of color #B0FB64: hue angle of 89.8º 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 #B0FB64 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 100 -
CMYK 0.30 0 0.60 0.02
HSL 89.8º 0.95% 0.69% -
HSV(B) 89.8º 0.6% 0.98% -
XYZ 54.7 79.14 24.45 -
YUV 211.36 65.15 102.78 -
System Red Green Blue C M Y K H S L
Decimal 176 251 100 0.30 0 0.60 0.02 89.8 0.95 0.69
Hex B0 FB 64 1E 0 3C 2 5A 5F 45
Octal 260 373 144 36 0 74 2 132 137 105
Binary 10110000 11111011 1100100 11110 0 111100 10 1011010 1011111 1000101

Color Harmonies of #B0FB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB64

Black with #B0FB64

Text Example


Text Example

White with #B0FB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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