Html Css Color HEX #BADC7F Sulu

📋 copy color: '#BADC7F'

red 186 ◦ green 220 ◦ blue 127

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

Shades of Sulu #BADC7F

Tints of Sulu #BADC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.28%

 BLUE value IS 127 (50% from 255) = 23.83%

R = 34.9%
G = 41.28%
B = 23.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#BADC7F (or 0xBADC7F) is known color: Sulu. HEX triplet: BA, DC and 7F. RGB value is (186,220,127). Sum of RGB (Red+Green+Blue) = 186+220+127=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC7F is #452380. Grayscale: #C7C7C7. Windows color (decimal): -4531073 or 8379578. OLE color: 8379578.

HSL color Cylindrical-coordinate representation of color #BADC7F: hue angle of 81.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BADC7F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 127 -
CMYK 0.15 0 0.42 0.14
HSL 81.94º 0.57% 0.68% -
HSV(B) 81.94º 0.42% 0.86% -
XYZ 49.67 63.16 29.65 -
YUV 199.23 87.24 118.56 -
System Red Green Blue C M Y K H S L
Decimal 186 220 127 0.15 0 0.42 0.14 81.94 0.57 0.68
Hex BA DC 7F F 0 2A E 52 39 44
Octal 272 334 177 17 0 52 16 122 71 104
Binary 10111010 11011100 1111111 1111 0 101010 1110 1010010 111001 1000100

Color Harmonies of #BADC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC7F

Black with #BADC7F

Text Example


Text Example

White with #BADC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC7F; }

 p { color: rgb(186,220,127); }

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

background-color css

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

 a { background-color: rgb(186,220,127); }

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

border-color css

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

 span { border-color: rgb(186,220,127); }

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