Html Css Color HEX #B0FC65 Conifer

📋 copy color: '#B0FC65'

red 176 ◦ green 252 ◦ blue 101

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

Shades of Conifer #B0FC65

Tints of Conifer #B0FC65

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.64%

 BLUE value IS 101 (39.84% from 255) = 19.09%

R = 33.27%
G = 47.64%
B = 19.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#B0FC65 (or 0xB0FC65) is known color: Conifer. HEX triplet: B0, FC and 65. RGB value is (176,252,101). Sum of RGB (Red+Green+Blue) = 176+252+101=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC65 is #4F039A. Grayscale: #D4D4D4. Windows color (decimal): -5178267 or 6683824. OLE color: 6683824.

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

Color convert

RGB 176 252 101 -
CMYK 0.30 0 0.60 0.01
HSL 90.2º 0.96% 0.69% -
HSV(B) 90.2º 0.6% 0.99% -
XYZ 55.06 79.79 24.81 -
YUV 212.06 65.32 102.28 -
System Red Green Blue C M Y K H S L
Decimal 176 252 101 0.30 0 0.60 0.01 90.2 0.96 0.69
Hex B0 FC 65 1E 0 3C 1 5A 60 45
Octal 260 374 145 36 0 74 1 132 140 105
Binary 10110000 11111100 1100101 11110 0 111100 1 1011010 1100000 1000101

Color Harmonies of #B0FC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FC65

Black with #B0FC65

Text Example


Text Example

White with #B0FC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FC65; }

 p { color: rgb(176,252,101); }

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

background-color css

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

 a { background-color: rgb(176,252,101); }

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

border-color css

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

 span { border-color: rgb(176,252,101); }

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