Html Css Color HEX #BDFF61 Sulu

📋 copy color: '#BDFF61'

red 189 ◦ green 255 ◦ blue 97

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

Shades of Sulu #BDFF61

Tints of Sulu #BDFF61

RGB

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

 GREEN value IS 255 (100% from 255) = 47.13%

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

R = 34.94%
G = 47.13%
B = 17.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#BDFF61 (or 0xBDFF61) is known color: Sulu. HEX triplet: BD, FF and 61. RGB value is (189,255,97). Sum of RGB (Red+Green+Blue) = 189+255+97=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF61 is #42009E. Grayscale: #D9D9D9. Windows color (decimal): -4325535 or 6422461. OLE color: 6422461.

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

Color convert

RGB 189 255 97 -
CMYK 0.26 0 0.62 0
HSL 85.06º 1% 0.69% -
HSV(B) 85.06º 0.62% 1% -
XYZ 58.9 83.2 24.26 -
YUV 217.25 60.13 107.85 -
System Red Green Blue C M Y K H S L
Decimal 189 255 97 0.26 0 0.62 0 85.06 1 0.69
Hex BD FF 61 1A 0 3E 0 55 64 45
Octal 275 377 141 32 0 76 0 125 144 105
Binary 10111101 11111111 1100001 11010 0 111110 0 1010101 1100100 1000101

Color Harmonies of #BDFF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF61

Black with #BDFF61

Text Example


Text Example

White with #BDFF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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