Html Css Color HEX #BADD70 Sulu

📋 copy color: '#BADD70'

red 186 ◦ green 221 ◦ blue 112

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

Shades of Sulu #BADD70

Tints of Sulu #BADD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 35.84%
G = 42.58%
B = 21.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#BADD70 (or 0xBADD70) is known color: Sulu. HEX triplet: BA, DD and 70. RGB value is (186,221,112). Sum of RGB (Red+Green+Blue) = 186+221+112=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD70 is #45228F. Grayscale: #C6C6C6. Windows color (decimal): -4530832 or 7396794. OLE color: 7396794.

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

Color convert

RGB 186 221 112 -
CMYK 0.16 0 0.49 0.13
HSL 79.27º 0.62% 0.65% -
HSV(B) 79.27º 0.49% 0.87% -
XYZ 49.03 63.32 24.97 -
YUV 198.11 79.4 119.36 -
System Red Green Blue C M Y K H S L
Decimal 186 221 112 0.16 0 0.49 0.13 79.27 0.62 0.65
Hex BA DD 70 10 0 31 D 4F 3E 41
Octal 272 335 160 20 0 61 15 117 76 101
Binary 10111010 11011101 1110000 10000 0 110001 1101 1001111 111110 1000001

Color Harmonies of #BADD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD70

Black with #BADD70

Text Example


Text Example

White with #BADD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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