Html Css Color HEX #BED780 Sulu

📋 copy color: '#BED780'

red 190 ◦ green 215 ◦ blue 128

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

Shades of Sulu #BED780

Tints of Sulu #BED780

RGB

 RED value IS 190 (74.61% from 255) = 35.65%

 GREEN value IS 215 (84.38% from 255) = 40.34%

 BLUE value IS 128 (50.39% from 255) = 24.02%

R = 35.65%
G = 40.34%
B = 24.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#BED780 (or 0xBED780) is known color: Sulu. HEX triplet: BE, D7 and 80. RGB value is (190,215,128). Sum of RGB (Red+Green+Blue) = 190+215+128=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #BED780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED780 is #41287F. Grayscale: #C5C5C5. Windows color (decimal): -4270208 or 8443838. OLE color: 8443838.

HSL color Cylindrical-coordinate representation of color #BED780: hue angle of 77.24º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED780 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 128 -
CMYK 0.12 0 0.40 0.16
HSL 77.24º 0.52% 0.67% -
HSV(B) 77.24º 0.4% 0.84% -
XYZ 49.43 61.11 29.61 -
YUV 197.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 190 215 128 0.12 0 0.40 0.16 77.24 0.52 0.67
Hex BE D7 80 C 0 28 10 4D 34 43
Octal 276 327 200 14 0 50 20 115 64 103
Binary 10111110 11010111 10000000 1100 0 101000 10000 1001101 110100 1000011

Color Harmonies of #BED780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED780

Black with #BED780

Text Example


Text Example

White with #BED780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED780; }

 p { color: rgb(190,215,128); }

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

background-color css

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

 a { background-color: rgb(190,215,128); }

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

border-color css

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

 span { border-color: rgb(190,215,128); }

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