Html Css Color HEX #B7DD48 Conifer

📋 copy color: '#B7DD48'

red 183 ◦ green 221 ◦ blue 72

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

Shades of Conifer #B7DD48

Tints of Conifer #B7DD48

RGB

 RED value IS 183 (71.88% from 255) = 38.45%

 GREEN value IS 221 (86.72% from 255) = 46.43%

 BLUE value IS 72 (28.52% from 255) = 15.13%

R = 38.45%
G = 46.43%
B = 15.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#B7DD48 (or 0xB7DD48) is known color: Conifer. HEX triplet: B7, DD and 48. RGB value is (183,221,72). Sum of RGB (Red+Green+Blue) = 183+221+72=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD48 is #4822B7. Grayscale: #C1C1C1. Windows color (decimal): -4727480 or 4775351. OLE color: 4775351.

HSL color Cylindrical-coordinate representation of color #B7DD48: hue angle of 75.3º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7DD48 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 221 72 -
CMYK 0.17 0 0.67 0.13
HSL 75.3º 0.69% 0.57% -
HSV(B) 75.3º 0.67% 0.87% -
XYZ 46.55 62.25 15.69 -
YUV 192.65 59.91 121.12 -
System Red Green Blue C M Y K H S L
Decimal 183 221 72 0.17 0 0.67 0.13 75.3 0.69 0.57
Hex B7 DD 48 11 0 43 D 4B 45 39
Octal 267 335 110 21 0 103 15 113 105 71
Binary 10110111 11011101 1001000 10001 0 1000011 1101 1001011 1000101 111001

Color Harmonies of #B7DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DD48

Black with #B7DD48

Text Example


Text Example

White with #B7DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DD48; }

 p { color: rgb(183,221,72); }

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

background-color css

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

 a { background-color: rgb(183,221,72); }

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

border-color css

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

 span { border-color: rgb(183,221,72); }

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