Html Css Color HEX #BDFE6E Sulu

📋 copy color: '#BDFE6E'

red 189 ◦ green 254 ◦ blue 110

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

Shades of Sulu #BDFE6E

Tints of Sulu #BDFE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.89%

R = 34.18%
G = 45.93%
B = 19.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#BDFE6E (or 0xBDFE6E) is known color: Sulu. HEX triplet: BD, FE and 6E. RGB value is (189,254,110). Sum of RGB (Red+Green+Blue) = 189+254+110=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE6E is #420191. Grayscale: #DADADA. Windows color (decimal): -4325778 or 7274173. OLE color: 7274173.

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

Color convert

RGB 189 254 110 -
CMYK 0.26 0 0.57 0.00
HSL 87.08º 0.99% 0.71% -
HSV(B) 87.08º 0.57% 1% -
XYZ 59.24 82.83 27.62 -
YUV 218.15 66.97 107.21 -
System Red Green Blue C M Y K H S L
Decimal 189 254 110 0.26 0 0.57 0.00 87.08 0.99 0.71
Hex BD FE 6E 1A 0 39 0 57 63 47
Octal 275 376 156 32 0 71 0 127 143 107
Binary 10111101 11111110 1101110 11010 0 111001 0 1010111 1100011 1000111

Color Harmonies of #BDFE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE6E

Black with #BDFE6E

Text Example


Text Example

White with #BDFE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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