Html Css Color HEX #B0E84D Conifer

📋 copy color: '#B0E84D'

red 176 ◦ green 232 ◦ blue 77

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

Shades of Conifer #B0E84D

Tints of Conifer #B0E84D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.84%

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

R = 36.29%
G = 47.84%
B = 15.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#B0E84D (or 0xB0E84D) is known color: Conifer. HEX triplet: B0, E8 and 4D. RGB value is (176,232,77). Sum of RGB (Red+Green+Blue) = 176+232+77=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E84D is #4F17B2. Grayscale: #C6C6C6. Windows color (decimal): -5183411 or 5105840. OLE color: 5105840.

HSL color Cylindrical-coordinate representation of color #B0E84D: hue angle of 81.68º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0E84D is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 232 77 -
CMYK 0.24 0 0.67 0.09
HSL 81.68º 0.77% 0.61% -
HSV(B) 81.68º 0.67% 0.91% -
XYZ 48.1 67.48 17.51 -
YUV 197.59 59.95 112.6 -
System Red Green Blue C M Y K H S L
Decimal 176 232 77 0.24 0 0.67 0.09 81.68 0.77 0.61
Hex B0 E8 4D 18 0 43 9 52 4D 3D
Octal 260 350 115 30 0 103 11 122 115 75
Binary 10110000 11101000 1001101 11000 0 1000011 1001 1010010 1001101 111101

Color Harmonies of #B0E84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E84D

Black with #B0E84D

Text Example


Text Example

White with #B0E84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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