Html Css Color HEX #B0F44D Conifer

📋 copy color: '#B0F44D'

red 176 ◦ green 244 ◦ blue 77

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

Shades of Conifer #B0F44D

Tints of Conifer #B0F44D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.09%

 BLUE value IS 77 (30.47% from 255) = 15.49%

R = 35.41%
G = 49.09%
B = 15.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#B0F44D (or 0xB0F44D) is known color: Conifer. HEX triplet: B0, F4 and 4D. RGB value is (176,244,77). Sum of RGB (Red+Green+Blue) = 176+244+77=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F44D is #4F0BB2. Grayscale: #CDCDCD. Windows color (decimal): -5180339 or 5108912. OLE color: 5108912.

HSL color Cylindrical-coordinate representation of color #B0F44D: hue angle of 84.43º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0F44D is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 244 77 -
CMYK 0.28 0 0.68 0.04
HSL 84.43º 0.88% 0.63% -
HSV(B) 84.43º 0.68% 0.96% -
XYZ 51.59 74.47 18.68 -
YUV 204.63 55.97 107.58 -
System Red Green Blue C M Y K H S L
Decimal 176 244 77 0.28 0 0.68 0.04 84.43 0.88 0.63
Hex B0 F4 4D 1C 0 44 4 54 58 3F
Octal 260 364 115 34 0 104 4 124 130 77
Binary 10110000 11110100 1001101 11100 0 1000100 100 1010100 1011000 111111

Color Harmonies of #B0F44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F44D

Black with #B0F44D

Text Example


Text Example

White with #B0F44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F44D; }

 p { color: rgb(176,244,77); }

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

background-color css

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

 a { background-color: rgb(176,244,77); }

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

border-color css

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

 span { border-color: rgb(176,244,77); }

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