Html Css Color HEX #BDF080 Sulu

📋 copy color: '#BDF080'

red 189 ◦ green 240 ◦ blue 128

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

Shades of Sulu #BDF080

Tints of Sulu #BDF080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

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

R = 33.93%
G = 43.09%
B = 22.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#BDF080 (or 0xBDF080) is known color: Sulu. HEX triplet: BD, F0 and 80. RGB value is (189,240,128). Sum of RGB (Red+Green+Blue) = 189+240+128=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF080 is #420F7F. Grayscale: #D4D4D4. Windows color (decimal): -4329344 or 8450237. OLE color: 8450237.

HSL color Cylindrical-coordinate representation of color #BDF080: hue angle of 87.32º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF080 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 128 -
CMYK 0.21 0 0.47 0.06
HSL 87.32º 0.79% 0.72% -
HSV(B) 87.32º 0.47% 0.94% -
XYZ 56.04 74.7 31.89 -
YUV 211.98 80.6 111.61 -
System Red Green Blue C M Y K H S L
Decimal 189 240 128 0.21 0 0.47 0.06 87.32 0.79 0.72
Hex BD F0 80 15 0 2F 6 57 4F 48
Octal 275 360 200 25 0 57 6 127 117 110
Binary 10111101 11110000 10000000 10101 0 101111 110 1010111 1001111 1001000

Color Harmonies of #BDF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF080

Black with #BDF080

Text Example


Text Example

White with #BDF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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