Html Css Color HEX #BADF74 Sulu

📋 copy color: '#BADF74'

red 186 ◦ green 223 ◦ blue 116

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

Shades of Sulu #BADF74

Tints of Sulu #BADF74

RGB

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

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

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

R = 35.43%
G = 42.48%
B = 22.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BADF74 (or 0xBADF74) is known color: Sulu. HEX triplet: BA, DF and 74. RGB value is (186,223,116). Sum of RGB (Red+Green+Blue) = 186+223+116=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF74 is #45208B. Grayscale: #C8C8C8. Windows color (decimal): -4530316 or 7659450. OLE color: 7659450.

HSL color Cylindrical-coordinate representation of color #BADF74: hue angle of 80.75º degrees, saturation: 0.63, 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 #BADF74 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 116 -
CMYK 0.17 0 0.48 0.13
HSL 80.75º 0.63% 0.66% -
HSV(B) 80.75º 0.48% 0.87% -
XYZ 49.79 64.48 26.34 -
YUV 199.74 80.74 118.2 -
System Red Green Blue C M Y K H S L
Decimal 186 223 116 0.17 0 0.48 0.13 80.75 0.63 0.66
Hex BA DF 74 11 0 30 D 51 3F 42
Octal 272 337 164 21 0 60 15 121 77 102
Binary 10111010 11011111 1110100 10001 0 110000 1101 1010001 111111 1000010

Color Harmonies of #BADF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF74

Black with #BADF74

Text Example


Text Example

White with #BADF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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