Html Css Color HEX #BADE7D Sulu

📋 copy color: '#BADE7D'

red 186 ◦ green 222 ◦ blue 125

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

Shades of Sulu #BADE7D

Tints of Sulu #BADE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.45%

R = 34.9%
G = 41.65%
B = 23.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#BADE7D (or 0xBADE7D) is known color: Sulu. HEX triplet: BA, DE and 7D. RGB value is (186,222,125). Sum of RGB (Red+Green+Blue) = 186+222+125=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE7D is #452182. Grayscale: #C8C8C8. Windows color (decimal): -4530563 or 8249018. OLE color: 8249018.

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

Color convert

RGB 186 222 125 -
CMYK 0.16 0 0.44 0.13
HSL 82.27º 0.6% 0.68% -
HSV(B) 82.27º 0.44% 0.87% -
XYZ 50.07 64.16 29.15 -
YUV 200.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 186 222 125 0.16 0 0.44 0.13 82.27 0.6 0.68
Hex BA DE 7D 10 0 2C D 52 3C 44
Octal 272 336 175 20 0 54 15 122 74 104
Binary 10111010 11011110 1111101 10000 0 101100 1101 1010010 111100 1000100

Color Harmonies of #BADE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE7D

Black with #BADE7D

Text Example


Text Example

White with #BADE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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