Html Css Color HEX #BDF180 Sulu

📋 copy color: '#BDF180'

red 189 ◦ green 241 ◦ blue 128

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

Shades of Sulu #BDF180

Tints of Sulu #BDF180

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.19%

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

R = 33.87%
G = 43.19%
B = 22.94%

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

#BDF180 (or 0xBDF180) is known color: Sulu. HEX triplet: BD, F1 and 80. RGB value is (189,241,128). Sum of RGB (Red+Green+Blue) = 189+241+128=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF180 is #420E7F. Grayscale: #D4D4D4. Windows color (decimal): -4329088 or 8450493. OLE color: 8450493.

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

Color convert

RGB 189 241 128 -
CMYK 0.22 0 0.47 0.05
HSL 87.61º 0.8% 0.72% -
HSV(B) 87.61º 0.47% 0.95% -
XYZ 56.34 75.29 31.98 -
YUV 212.57 80.27 111.19 -
System Red Green Blue C M Y K H S L
Decimal 189 241 128 0.22 0 0.47 0.05 87.61 0.8 0.72
Hex BD F1 80 16 0 2F 5 58 50 48
Octal 275 361 200 26 0 57 5 130 120 110
Binary 10111101 11110001 10000000 10110 0 101111 101 1011000 1010000 1001000

Color Harmonies of #BDF180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF180

Black with #BDF180

Text Example


Text Example

White with #BDF180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF180; }

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

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

background-color css

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

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

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

border-color css

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

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

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