Html Css Color HEX #B0DF4C Conifer

📋 copy color: '#B0DF4C'

red 176 ◦ green 223 ◦ blue 76

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

Shades of Conifer #B0DF4C

Tints of Conifer #B0DF4C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

 BLUE value IS 76 (30.08% from 255) = 16%

R = 37.05%
G = 46.95%
B = 16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#B0DF4C (or 0xB0DF4C) is known color: Conifer. HEX triplet: B0, DF and 4C. RGB value is (176,223,76). Sum of RGB (Red+Green+Blue) = 176+223+76=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF4C is #4F20B3. Grayscale: #C0C0C0. Windows color (decimal): -5185716 or 5038000. OLE color: 5038000.

HSL color Cylindrical-coordinate representation of color #B0DF4C: hue angle of 79.18º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0DF4C is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 76 -
CMYK 0.21 0 0.66 0.13
HSL 79.18º 0.7% 0.59% -
HSV(B) 79.18º 0.66% 0.87% -
XYZ 45.6 62.53 16.5 -
YUV 192.19 62.43 116.45 -
System Red Green Blue C M Y K H S L
Decimal 176 223 76 0.21 0 0.66 0.13 79.18 0.7 0.59
Hex B0 DF 4C 15 0 42 D 4F 46 3B
Octal 260 337 114 25 0 102 15 117 106 73
Binary 10110000 11011111 1001100 10101 0 1000010 1101 1001111 1000110 111011

Color Harmonies of #B0DF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF4C

Black with #B0DF4C

Text Example


Text Example

White with #B0DF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF4C; }

 p { color: rgb(176,223,76); }

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

background-color css

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

 a { background-color: rgb(176,223,76); }

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

border-color css

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

 span { border-color: rgb(176,223,76); }

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