Html Css Color HEX #BDFE61 Sulu

📋 copy color: '#BDFE61'

red 189 ◦ green 254 ◦ blue 97

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

Shades of Sulu #BDFE61

Tints of Sulu #BDFE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.96%

R = 35%
G = 47.04%
B = 17.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#BDFE61 (or 0xBDFE61) is known color: Sulu. HEX triplet: BD, FE and 61. RGB value is (189,254,97). Sum of RGB (Red+Green+Blue) = 189+254+97=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE61 is #42019E. Grayscale: #D9D9D9. Windows color (decimal): -4325791 or 6422205. OLE color: 6422205.

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

Color convert

RGB 189 254 97 -
CMYK 0.26 0 0.62 0.00
HSL 84.84º 0.99% 0.69% -
HSV(B) 84.84º 0.62% 1% -
XYZ 58.59 82.57 24.16 -
YUV 216.67 60.47 108.27 -
System Red Green Blue C M Y K H S L
Decimal 189 254 97 0.26 0 0.62 0.00 84.84 0.99 0.69
Hex BD FE 61 1A 0 3E 0 55 63 45
Octal 275 376 141 32 0 76 0 125 143 105
Binary 10111101 11111110 1100001 11010 0 111110 0 1010101 1100011 1000101

Color Harmonies of #BDFE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE61

Black with #BDFE61

Text Example


Text Example

White with #BDFE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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