Html Css Color HEX #BADE7E Sulu

📋 copy color: '#BADE7E'

red 186 ◦ green 222 ◦ blue 126

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

Shades of Sulu #BADE7E

Tints of Sulu #BADE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.6%

R = 34.83%
G = 41.57%
B = 23.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BADE7E (or 0xBADE7E) is known color: Sulu. HEX triplet: BA, DE and 7E. RGB value is (186,222,126). Sum of RGB (Red+Green+Blue) = 186+222+126=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE7E is #452181. Grayscale: #C8C8C8. Windows color (decimal): -4530562 or 8314554. OLE color: 8314554.

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

Color convert

RGB 186 222 126 -
CMYK 0.16 0 0.43 0.13
HSL 82.5º 0.59% 0.68% -
HSV(B) 82.5º 0.43% 0.87% -
XYZ 50.14 64.19 29.49 -
YUV 200.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 186 222 126 0.16 0 0.43 0.13 82.5 0.59 0.68
Hex BA DE 7E 10 0 2B D 52 3B 44
Octal 272 336 176 20 0 53 15 122 73 104
Binary 10111010 11011110 1111110 10000 0 101011 1101 1010010 111011 1000100

Color Harmonies of #BADE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE7E

Black with #BADE7E

Text Example


Text Example

White with #BADE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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