Html Css Color HEX #B0DF3F Conifer

📋 copy color: '#B0DF3F'

red 176 ◦ green 223 ◦ blue 63

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

Shades of Conifer #B0DF3F

Tints of Conifer #B0DF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.64%

R = 38.1%
G = 48.27%
B = 13.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#B0DF3F (or 0xB0DF3F) is known color: Conifer. HEX triplet: B0, DF and 3F. RGB value is (176,223,63). Sum of RGB (Red+Green+Blue) = 176+223+63=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF3F is #4F20C0. Grayscale: #BFBFBF. Windows color (decimal): -5185729 or 4186032. OLE color: 4186032.

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

Color convert

RGB 176 223 63 -
CMYK 0.21 0 0.72 0.13
HSL 77.63º 0.71% 0.56% -
HSV(B) 77.63º 0.72% 0.87% -
XYZ 45.19 62.36 14.36 -
YUV 190.71 55.93 117.51 -
System Red Green Blue C M Y K H S L
Decimal 176 223 63 0.21 0 0.72 0.13 77.63 0.71 0.56
Hex B0 DF 3F 15 0 48 D 4E 47 38
Octal 260 337 77 25 0 110 15 116 107 70
Binary 10110000 11011111 111111 10101 0 1001000 1101 1001110 1000111 111000

Color Harmonies of #B0DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF3F

Black with #B0DF3F

Text Example


Text Example

White with #B0DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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