Html Css Color HEX #BDFF77 Sulu

📋 copy color: '#BDFF77'

red 189 ◦ green 255 ◦ blue 119

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

Shades of Sulu #BDFF77

Tints of Sulu #BDFF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.14%

R = 33.57%
G = 45.29%
B = 21.14%

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

#BDFF77 (or 0xBDFF77) is known color: Sulu. HEX triplet: BD, FF and 77. RGB value is (189,255,119). Sum of RGB (Red+Green+Blue) = 189+255+119=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF77 is #420088. Grayscale: #DCDCDC. Windows color (decimal): -4325513 or 7864253. OLE color: 7864253.

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

Color convert

RGB 189 255 119 -
CMYK 0.26 0 0.53 0
HSL 89.12º 1% 0.73% -
HSV(B) 89.12º 0.53% 1% -
XYZ 60.08 83.67 30.44 -
YUV 219.76 71.13 106.06 -
System Red Green Blue C M Y K H S L
Decimal 189 255 119 0.26 0 0.53 0 89.12 1 0.73
Hex BD FF 77 1A 0 35 0 59 64 49
Octal 275 377 167 32 0 65 0 131 144 111
Binary 10111101 11111111 1110111 11010 0 110101 0 1011001 1100100 1001001

Color Harmonies of #BDFF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF77

Black with #BDFF77

Text Example


Text Example

White with #BDFF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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