Html Css Color HEX #B0D74E Conifer

📋 copy color: '#B0D74E'

red 176 ◦ green 215 ◦ blue 78

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

Shades of Conifer #B0D74E

Tints of Conifer #B0D74E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.84%

 BLUE value IS 78 (30.86% from 255) = 16.63%

R = 37.53%
G = 45.84%
B = 16.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#B0D74E (or 0xB0D74E) is known color: Conifer. HEX triplet: B0, D7 and 4E. RGB value is (176,215,78). Sum of RGB (Red+Green+Blue) = 176+215+78=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D74E is #4F28B1. Grayscale: #BCBCBC. Windows color (decimal): -5187762 or 5167024. OLE color: 5167024.

HSL color Cylindrical-coordinate representation of color #B0D74E: hue angle of 77.08º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0D74E is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 215 78 -
CMYK 0.18 0 0.64 0.16
HSL 77.08º 0.63% 0.57% -
HSV(B) 77.08º 0.64% 0.84% -
XYZ 43.58 58.38 16.18 -
YUV 187.72 66.08 119.64 -
System Red Green Blue C M Y K H S L
Decimal 176 215 78 0.18 0 0.64 0.16 77.08 0.63 0.57
Hex B0 D7 4E 12 0 40 10 4D 3F 39
Octal 260 327 116 22 0 100 20 115 77 71
Binary 10110000 11010111 1001110 10010 0 1000000 10000 1001101 111111 111001

Color Harmonies of #B0D74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D74E

Black with #B0D74E

Text Example


Text Example

White with #B0D74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D74E; }

 p { color: rgb(176,215,78); }

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

background-color css

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

 a { background-color: rgb(176,215,78); }

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

border-color css

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

 span { border-color: rgb(176,215,78); }

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