Html Css Color HEX #B0E465 Conifer

📋 copy color: '#B0E465'

red 176 ◦ green 228 ◦ blue 101

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

Shades of Conifer #B0E465

Tints of Conifer #B0E465

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.15%

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

R = 34.85%
G = 45.15%
B = 20%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#B0E465 (or 0xB0E465) is known color: Conifer. HEX triplet: B0, E4 and 65. RGB value is (176,228,101). Sum of RGB (Red+Green+Blue) = 176+228+101=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E465 is #4F1B9A. Grayscale: #C6C6C6. Windows color (decimal): -5184411 or 6677680. OLE color: 6677680.

HSL color Cylindrical-coordinate representation of color #B0E465: hue angle of 84.57º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0E465 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 228 101 -
CMYK 0.23 0 0.56 0.11
HSL 84.57º 0.7% 0.65% -
HSV(B) 84.57º 0.56% 0.89% -
XYZ 48 65.66 22.46 -
YUV 197.97 73.27 112.33 -
System Red Green Blue C M Y K H S L
Decimal 176 228 101 0.23 0 0.56 0.11 84.57 0.7 0.65
Hex B0 E4 65 17 0 38 B 55 46 41
Octal 260 344 145 27 0 70 13 125 106 101
Binary 10110000 11100100 1100101 10111 0 111000 1011 1010101 1000110 1000001

Color Harmonies of #B0E465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E465

Black with #B0E465

Text Example


Text Example

White with #B0E465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E465; }

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

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

background-color css

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

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

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

border-color css

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

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

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