Html Css Color HEX #BADE70 Sulu

📋 copy color: '#BADE70'

red 186 ◦ green 222 ◦ blue 112

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

Shades of Sulu #BADE70

Tints of Sulu #BADE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.69%

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

R = 35.77%
G = 42.69%
B = 21.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BADE70 (or 0xBADE70) is known color: Sulu. HEX triplet: BA, DE and 70. RGB value is (186,222,112). Sum of RGB (Red+Green+Blue) = 186+222+112=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE70 is #45218F. Grayscale: #C7C7C7. Windows color (decimal): -4530576 or 7397050. OLE color: 7397050.

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

Color convert

RGB 186 222 112 -
CMYK 0.16 0 0.50 0.13
HSL 79.64º 0.63% 0.65% -
HSV(B) 79.64º 0.5% 0.87% -
XYZ 49.3 63.85 25.06 -
YUV 198.7 79.07 118.94 -
System Red Green Blue C M Y K H S L
Decimal 186 222 112 0.16 0 0.50 0.13 79.64 0.63 0.65
Hex BA DE 70 10 0 32 D 50 3E 41
Octal 272 336 160 20 0 62 15 120 76 101
Binary 10111010 11011110 1110000 10000 0 110010 1101 1010000 111110 1000001

Color Harmonies of #BADE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE70

Black with #BADE70

Text Example


Text Example

White with #BADE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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