Html Css Color HEX #BDF880 Sulu

📋 copy color: '#BDF880'

red 189 ◦ green 248 ◦ blue 128

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

Shades of Sulu #BDF880

Tints of Sulu #BDF880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.89%

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

R = 33.45%
G = 43.89%
B = 22.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#BDF880 (or 0xBDF880) is known color: Sulu. HEX triplet: BD, F8 and 80. RGB value is (189,248,128). Sum of RGB (Red+Green+Blue) = 189+248+128=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF880 is #42077F. Grayscale: #D9D9D9. Windows color (decimal): -4327296 or 8452285. OLE color: 8452285.

HSL color Cylindrical-coordinate representation of color #BDF880: hue angle of 89.5º degrees, saturation: 0.9, 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 #BDF880 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 128 -
CMYK 0.24 0 0.48 0.03
HSL 89.5º 0.9% 0.74% -
HSV(B) 89.5º 0.48% 0.97% -
XYZ 58.45 79.51 32.69 -
YUV 216.68 77.95 108.26 -
System Red Green Blue C M Y K H S L
Decimal 189 248 128 0.24 0 0.48 0.03 89.5 0.9 0.74
Hex BD F8 80 18 0 30 3 5A 5A 4A
Octal 275 370 200 30 0 60 3 132 132 112
Binary 10111101 11111000 10000000 11000 0 110000 11 1011010 1011010 1001010

Color Harmonies of #BDF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF880

Black with #BDF880

Text Example


Text Example

White with #BDF880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF880; }

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

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

background-color css

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

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

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

border-color css

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

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

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