Html Css Color HEX #BDFF71 Sulu

📋 copy color: '#BDFF71'

red 189 ◦ green 255 ◦ blue 113

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

Shades of Sulu #BDFF71

Tints of Sulu #BDFF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.29%

R = 33.93%
G = 45.78%
B = 20.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#BDFF71 (or 0xBDFF71) is known color: Sulu. HEX triplet: BD, FF and 71. RGB value is (189,255,113). Sum of RGB (Red+Green+Blue) = 189+255+113=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF71 is #42008E. Grayscale: #DBDBDB. Windows color (decimal): -4325519 or 7471037. OLE color: 7471037.

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

Color convert

RGB 189 255 113 -
CMYK 0.26 0 0.56 0
HSL 87.89º 1% 0.72% -
HSV(B) 87.89º 0.56% 1% -
XYZ 59.73 83.53 28.6 -
YUV 219.08 68.13 106.55 -
System Red Green Blue C M Y K H S L
Decimal 189 255 113 0.26 0 0.56 0 87.89 1 0.72
Hex BD FF 71 1A 0 38 0 58 64 48
Octal 275 377 161 32 0 70 0 130 144 110
Binary 10111101 11111111 1110001 11010 0 111000 0 1011000 1100100 1001000

Color Harmonies of #BDFF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF71

Black with #BDFF71

Text Example


Text Example

White with #BDFF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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