Html Css Color HEX #BDF280 Sulu

📋 copy color: '#BDF280'

red 189 ◦ green 242 ◦ blue 128

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

Shades of Sulu #BDF280

Tints of Sulu #BDF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.29%

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

R = 33.81%
G = 43.29%
B = 22.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#BDF280 (or 0xBDF280) is known color: Sulu. HEX triplet: BD, F2 and 80. RGB value is (189,242,128). Sum of RGB (Red+Green+Blue) = 189+242+128=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF280 is #420D7F. Grayscale: #D5D5D5. Windows color (decimal): -4328832 or 8450749. OLE color: 8450749.

HSL color Cylindrical-coordinate representation of color #BDF280: hue angle of 87.89º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF280 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 128 -
CMYK 0.22 0 0.47 0.05
HSL 87.89º 0.81% 0.73% -
HSV(B) 87.89º 0.47% 0.95% -
XYZ 56.63 75.88 32.08 -
YUV 213.16 79.94 110.77 -
System Red Green Blue C M Y K H S L
Decimal 189 242 128 0.22 0 0.47 0.05 87.89 0.81 0.73
Hex BD F2 80 16 0 2F 5 58 51 49
Octal 275 362 200 26 0 57 5 130 121 111
Binary 10111101 11110010 10000000 10110 0 101111 101 1011000 1010001 1001001

Color Harmonies of #BDF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF280

Black with #BDF280

Text Example


Text Example

White with #BDF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF280; }

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

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

background-color css

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

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

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

border-color css

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

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

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