Html Css Color HEX #BDFF79 Sulu

📋 copy color: '#BDFF79'

red 189 ◦ green 255 ◦ blue 121

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

Shades of Sulu #BDFF79

Tints of Sulu #BDFF79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.42%

R = 33.45%
G = 45.13%
B = 21.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#BDFF79 (or 0xBDFF79) is known color: Sulu. HEX triplet: BD, FF and 79. RGB value is (189,255,121). Sum of RGB (Red+Green+Blue) = 189+255+121=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF79 is #420086. Grayscale: #DCDCDC. Windows color (decimal): -4325511 or 7995325. OLE color: 7995325.

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

Color convert

RGB 189 255 121 -
CMYK 0.26 0 0.53 0
HSL 89.55º 1% 0.74% -
HSV(B) 89.55º 0.53% 1% -
XYZ 60.2 83.72 31.08 -
YUV 219.99 72.13 105.9 -
System Red Green Blue C M Y K H S L
Decimal 189 255 121 0.26 0 0.53 0 89.55 1 0.74
Hex BD FF 79 1A 0 35 0 5A 64 4A
Octal 275 377 171 32 0 65 0 132 144 112
Binary 10111101 11111111 1111001 11010 0 110101 0 1011010 1100100 1001010

Color Harmonies of #BDFF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF79

Black with #BDFF79

Text Example


Text Example

White with #BDFF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF79; }

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

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

background-color css

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

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

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

border-color css

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

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

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