Html Css Color HEX #BADD57 Conifer

📋 copy color: '#BADD57'

red 186 ◦ green 221 ◦ blue 87

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

Shades of Conifer #BADD57

Tints of Conifer #BADD57

RGB

 RED value IS 186 (73.05% from 255) = 37.65%

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

 BLUE value IS 87 (34.38% from 255) = 17.61%

R = 37.65%
G = 44.74%
B = 17.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#BADD57 (or 0xBADD57) is known color: Conifer. HEX triplet: BA, DD and 57. RGB value is (186,221,87). Sum of RGB (Red+Green+Blue) = 186+221+87=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD57 is #4522A8. Grayscale: #C3C3C3. Windows color (decimal): -4530857 or 5758394. OLE color: 5758394.

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

Color convert

RGB 186 221 87 -
CMYK 0.16 0 0.61 0.13
HSL 75.67º 0.66% 0.6% -
HSV(B) 75.67º 0.61% 0.87% -
XYZ 47.83 62.84 18.63 -
YUV 195.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 186 221 87 0.16 0 0.61 0.13 75.67 0.66 0.6
Hex BA DD 57 10 0 3D D 4C 42 3C
Octal 272 335 127 20 0 75 15 114 102 74
Binary 10111010 11011101 1010111 10000 0 111101 1101 1001100 1000010 111100

Color Harmonies of #BADD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD57

Black with #BADD57

Text Example


Text Example

White with #BADD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD57; }

 p { color: rgb(186,221,87); }

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

background-color css

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

 a { background-color: rgb(186,221,87); }

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

border-color css

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

 span { border-color: rgb(186,221,87); }

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