Html Css Color HEX #BADD4D Conifer

📋 copy color: '#BADD4D'

red 186 ◦ green 221 ◦ blue 77

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

Shades of Conifer #BADD4D

Tints of Conifer #BADD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.91%

R = 38.43%
G = 45.66%
B = 15.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#BADD4D (or 0xBADD4D) is known color: Conifer. HEX triplet: BA, DD and 4D. RGB value is (186,221,77). Sum of RGB (Red+Green+Blue) = 186+221+77=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD4D is #4522B2. Grayscale: #C2C2C2. Windows color (decimal): -4530867 or 5103034. OLE color: 5103034.

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

Color convert

RGB 186 221 77 -
CMYK 0.16 0 0.65 0.13
HSL 74.58º 0.68% 0.58% -
HSV(B) 74.58º 0.65% 0.87% -
XYZ 47.45 62.69 16.62 -
YUV 194.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 186 221 77 0.16 0 0.65 0.13 74.58 0.68 0.58
Hex BA DD 4D 10 0 41 D 4B 44 3A
Octal 272 335 115 20 0 101 15 113 104 72
Binary 10111010 11011101 1001101 10000 0 1000001 1101 1001011 1000100 111010

Color Harmonies of #BADD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD4D

Black with #BADD4D

Text Example


Text Example

White with #BADD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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