Html Css Color HEX #B0DF3D Conifer

📋 copy color: '#B0DF3D'

red 176 ◦ green 223 ◦ blue 61

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

Shades of Conifer #B0DF3D

Tints of Conifer #B0DF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.26%

R = 38.26%
G = 48.48%
B = 13.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#B0DF3D (or 0xB0DF3D) is known color: Conifer. HEX triplet: B0, DF and 3D. RGB value is (176,223,61). Sum of RGB (Red+Green+Blue) = 176+223+61=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF3D is #4F20C2. Grayscale: #BFBFBF. Windows color (decimal): -5185731 or 4054960. OLE color: 4054960.

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

Color convert

RGB 176 223 61 -
CMYK 0.21 0 0.73 0.13
HSL 77.41º 0.72% 0.56% -
HSV(B) 77.41º 0.73% 0.87% -
XYZ 45.13 62.34 14.07 -
YUV 190.48 54.93 117.67 -
System Red Green Blue C M Y K H S L
Decimal 176 223 61 0.21 0 0.73 0.13 77.41 0.72 0.56
Hex B0 DF 3D 15 0 49 D 4D 48 38
Octal 260 337 75 25 0 111 15 115 110 70
Binary 10110000 11011111 111101 10101 0 1001001 1101 1001101 1001000 111000

Color Harmonies of #B0DF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF3D

Black with #B0DF3D

Text Example


Text Example

White with #B0DF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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