Html Css Color HEX #BDF780 Sulu

📋 copy color: '#BDF780'

red 189 ◦ green 247 ◦ blue 128

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

Shades of Sulu #BDF780

Tints of Sulu #BDF780

RGB

 RED value IS 189 (74.22% from 255) = 33.51%

 GREEN value IS 247 (96.88% from 255) = 43.79%

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

R = 33.51%
G = 43.79%
B = 22.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#BDF780 (or 0xBDF780) is known color: Sulu. HEX triplet: BD, F7 and 80. RGB value is (189,247,128). Sum of RGB (Red+Green+Blue) = 189+247+128=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF780 is #42087F. Grayscale: #D8D8D8. Windows color (decimal): -4327552 or 8452029. OLE color: 8452029.

HSL color Cylindrical-coordinate representation of color #BDF780: hue angle of 89.24º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF780 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 128 -
CMYK 0.23 0 0.48 0.03
HSL 89.24º 0.88% 0.74% -
HSV(B) 89.24º 0.48% 0.97% -
XYZ 58.14 78.9 32.59 -
YUV 216.09 78.28 108.68 -
System Red Green Blue C M Y K H S L
Decimal 189 247 128 0.23 0 0.48 0.03 89.24 0.88 0.74
Hex BD F7 80 17 0 30 3 59 58 4A
Octal 275 367 200 27 0 60 3 131 130 112
Binary 10111101 11110111 10000000 10111 0 110000 11 1011001 1011000 1001010

Color Harmonies of #BDF780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF780

Black with #BDF780

Text Example


Text Example

White with #BDF780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF780; }

 p { color: rgb(189,247,128); }

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

background-color css

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

 a { background-color: rgb(189,247,128); }

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

border-color css

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

 span { border-color: rgb(189,247,128); }

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