Html Css Color HEX #BDFE6D Sulu

📋 copy color: '#BDFE6D'

red 189 ◦ green 254 ◦ blue 109

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

Shades of Sulu #BDFE6D

Tints of Sulu #BDFE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.75%

R = 34.24%
G = 46.01%
B = 19.75%

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

#BDFE6D (or 0xBDFE6D) is known color: Sulu. HEX triplet: BD, FE and 6D. RGB value is (189,254,109). Sum of RGB (Red+Green+Blue) = 189+254+109=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE6D is #420192. Grayscale: #DADADA. Windows color (decimal): -4325779 or 7208637. OLE color: 7208637.

HSL color Cylindrical-coordinate representation of color #BDFE6D: hue angle of 86.9º 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 #BDFE6D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 109 -
CMYK 0.26 0 0.57 0.00
HSL 86.9º 0.99% 0.71% -
HSV(B) 86.9º 0.57% 1% -
XYZ 59.19 82.81 27.33 -
YUV 218.04 66.47 107.29 -
System Red Green Blue C M Y K H S L
Decimal 189 254 109 0.26 0 0.57 0.00 86.9 0.99 0.71
Hex BD FE 6D 1A 0 39 0 57 63 47
Octal 275 376 155 32 0 71 0 127 143 107
Binary 10111101 11111110 1101101 11010 0 111001 0 1010111 1100011 1000111

Color Harmonies of #BDFE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE6D

Black with #BDFE6D

Text Example


Text Example

White with #BDFE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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