Html Css Color HEX #B0EA4D Conifer

📋 copy color: '#B0EA4D'

red 176 ◦ green 234 ◦ blue 77

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

Shades of Conifer #B0EA4D

Tints of Conifer #B0EA4D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.05%

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

R = 36.14%
G = 48.05%
B = 15.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#B0EA4D (or 0xB0EA4D) is known color: Conifer. HEX triplet: B0, EA and 4D. RGB value is (176,234,77). Sum of RGB (Red+Green+Blue) = 176+234+77=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EA4D is #4F15B2. Grayscale: #C7C7C7. Windows color (decimal): -5182899 or 5106352. OLE color: 5106352.

HSL color Cylindrical-coordinate representation of color #B0EA4D: hue angle of 82.17º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0EA4D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 77 -
CMYK 0.25 0 0.67 0.08
HSL 82.17º 0.79% 0.61% -
HSV(B) 82.17º 0.67% 0.92% -
XYZ 48.67 68.61 17.7 -
YUV 198.76 59.28 111.77 -
System Red Green Blue C M Y K H S L
Decimal 176 234 77 0.25 0 0.67 0.08 82.17 0.79 0.61
Hex B0 EA 4D 19 0 43 8 52 4F 3D
Octal 260 352 115 31 0 103 10 122 117 75
Binary 10110000 11101010 1001101 11001 0 1000011 1000 1010010 1001111 111101

Color Harmonies of #B0EA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA4D

Black with #B0EA4D

Text Example


Text Example

White with #B0EA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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