Html Css Color HEX #B0EF48 Conifer

📋 copy color: '#B0EF48'

red 176 ◦ green 239 ◦ blue 72

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

Shades of Conifer #B0EF48

Tints of Conifer #B0EF48

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.08%

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 36.14%
G = 49.08%
B = 14.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#B0EF48 (or 0xB0EF48) is known color: Conifer. HEX triplet: B0, EF and 48. RGB value is (176,239,72). Sum of RGB (Red+Green+Blue) = 176+239+72=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EF48 is #4F10B7. Grayscale: #C9C9C9. Windows color (decimal): -5181624 or 4779952. OLE color: 4779952.

HSL color Cylindrical-coordinate representation of color #B0EF48: hue angle of 82.63º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0EF48 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 72 -
CMYK 0.26 0 0.70 0.06
HSL 82.63º 0.84% 0.61% -
HSV(B) 82.63º 0.7% 0.94% -
XYZ 49.94 71.43 17.29 -
YUV 201.13 55.13 110.08 -
System Red Green Blue C M Y K H S L
Decimal 176 239 72 0.26 0 0.70 0.06 82.63 0.84 0.61
Hex B0 EF 48 1A 0 46 6 53 54 3D
Octal 260 357 110 32 0 106 6 123 124 75
Binary 10110000 11101111 1001000 11010 0 1000110 110 1010011 1010100 111101

Color Harmonies of #B0EF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EF48

Black with #B0EF48

Text Example


Text Example

White with #B0EF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EF48; }

 p { color: rgb(176,239,72); }

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

background-color css

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

 a { background-color: rgb(176,239,72); }

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

border-color css

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

 span { border-color: rgb(176,239,72); }

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