Html Css Color HEX #BADE74 Sulu

📋 copy color: '#BADE74'

red 186 ◦ green 222 ◦ blue 116

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

Shades of Sulu #BADE74

Tints of Sulu #BADE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.14%

R = 35.5%
G = 42.37%
B = 22.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BADE74 (or 0xBADE74) is known color: Sulu. HEX triplet: BA, DE and 74. RGB value is (186,222,116). Sum of RGB (Red+Green+Blue) = 186+222+116=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE74 is #45218B. Grayscale: #C7C7C7. Windows color (decimal): -4530572 or 7659194. OLE color: 7659194.

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

Color convert

RGB 186 222 116 -
CMYK 0.16 0 0.48 0.13
HSL 80.38º 0.62% 0.66% -
HSV(B) 80.38º 0.48% 0.87% -
XYZ 49.52 63.94 26.26 -
YUV 199.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 186 222 116 0.16 0 0.48 0.13 80.38 0.62 0.66
Hex BA DE 74 10 0 30 D 50 3E 42
Octal 272 336 164 20 0 60 15 120 76 102
Binary 10111010 11011110 1110100 10000 0 110000 1101 1010000 111110 1000010

Color Harmonies of #BADE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE74

Black with #BADE74

Text Example


Text Example

White with #BADE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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