Html Css Color HEX #BDFE81 Sulu

📋 copy color: '#BDFE81'

red 189 ◦ green 254 ◦ blue 129

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

Shades of Sulu #BDFE81

Tints of Sulu #BDFE81

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.41%

 BLUE value IS 129 (50.78% from 255) = 22.55%

R = 33.04%
G = 44.41%
B = 22.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#BDFE81 (or 0xBDFE81) is known color: Sulu. HEX triplet: BD, FE and 81. RGB value is (189,254,129). Sum of RGB (Red+Green+Blue) = 189+254+129=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE81 is #42017E. Grayscale: #DCDCDC. Windows color (decimal): -4325759 or 8519357. OLE color: 8519357.

HSL color Cylindrical-coordinate representation of color #BDFE81: hue angle of 91.2º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDFE81 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 129 -
CMYK 0.26 0 0.49 0.00
HSL 91.2º 0.98% 0.75% -
HSV(B) 91.2º 0.49% 1% -
XYZ 60.39 83.29 33.66 -
YUV 220.32 76.47 105.66 -
System Red Green Blue C M Y K H S L
Decimal 189 254 129 0.26 0 0.49 0.00 91.2 0.98 0.75
Hex BD FE 81 1A 0 31 0 5B 62 4B
Octal 275 376 201 32 0 61 0 133 142 113
Binary 10111101 11111110 10000001 11010 0 110001 0 1011011 1100010 1001011

Color Harmonies of #BDFE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE81

Black with #BDFE81

Text Example


Text Example

White with #BDFE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE81; }

 p { color: rgb(189,254,129); }

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

background-color css

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

 a { background-color: rgb(189,254,129); }

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

border-color css

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

 span { border-color: rgb(189,254,129); }

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