Html Css Color HEX #B0ED65 Conifer

📋 copy color: '#B0ED65'

red 176 ◦ green 237 ◦ blue 101

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

Shades of Conifer #B0ED65

Tints of Conifer #B0ED65

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.11%

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

R = 34.24%
G = 46.11%
B = 19.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#B0ED65 (or 0xB0ED65) is known color: Conifer. HEX triplet: B0, ED and 65. RGB value is (176,237,101). Sum of RGB (Red+Green+Blue) = 176+237+101=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED65 is #4F129A. Grayscale: #CBCBCB. Windows color (decimal): -5182107 or 6679984. OLE color: 6679984.

HSL color Cylindrical-coordinate representation of color #B0ED65: hue angle of 86.91º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0ED65 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 101 -
CMYK 0.26 0 0.57 0.07
HSL 86.91º 0.79% 0.66% -
HSV(B) 86.91º 0.57% 0.93% -
XYZ 50.54 70.74 23.3 -
YUV 203.26 70.29 108.56 -
System Red Green Blue C M Y K H S L
Decimal 176 237 101 0.26 0 0.57 0.07 86.91 0.79 0.66
Hex B0 ED 65 1A 0 39 7 57 4F 42
Octal 260 355 145 32 0 71 7 127 117 102
Binary 10110000 11101101 1100101 11010 0 111001 111 1010111 1001111 1000010

Color Harmonies of #B0ED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED65

Black with #B0ED65

Text Example


Text Example

White with #B0ED65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED65; }

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

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

background-color css

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

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

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

border-color css

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

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

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