Html Css Color HEX #BADF7A Sulu

📋 copy color: '#BADF7A'

red 186 ◦ green 223 ◦ blue 122

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

Shades of Sulu #BADF7A

Tints of Sulu #BADF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

 BLUE value IS 122 (48.05% from 255) = 22.98%

R = 35.03%
G = 42%
B = 22.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#BADF7A (or 0xBADF7A) is known color: Sulu. HEX triplet: BA, DF and 7A. RGB value is (186,223,122). Sum of RGB (Red+Green+Blue) = 186+223+122=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF7A is #452085. Grayscale: #C8C8C8. Windows color (decimal): -4530310 or 8052666. OLE color: 8052666.

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

Color convert

RGB 186 223 122 -
CMYK 0.17 0 0.45 0.13
HSL 81.98º 0.61% 0.68% -
HSV(B) 81.98º 0.45% 0.87% -
XYZ 50.15 64.62 28.24 -
YUV 200.42 83.74 117.71 -
System Red Green Blue C M Y K H S L
Decimal 186 223 122 0.17 0 0.45 0.13 81.98 0.61 0.68
Hex BA DF 7A 11 0 2D D 52 3D 44
Octal 272 337 172 21 0 55 15 122 75 104
Binary 10111010 11011111 1111010 10001 0 101101 1101 1010010 111101 1000100

Color Harmonies of #BADF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF7A

Black with #BADF7A

Text Example


Text Example

White with #BADF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF7A; }

 p { color: rgb(186,223,122); }

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

background-color css

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

 a { background-color: rgb(186,223,122); }

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

border-color css

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

 span { border-color: rgb(186,223,122); }

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