Html Css Color HEX #BDFE71 Sulu

📋 copy color: '#BDFE71'

red 189 ◦ green 254 ◦ blue 113

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

Shades of Sulu #BDFE71

Tints of Sulu #BDFE71

RGB

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

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

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

R = 33.99%
G = 45.68%
B = 20.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#BDFE71 (or 0xBDFE71) is known color: Sulu. HEX triplet: BD, FE and 71. RGB value is (189,254,113). Sum of RGB (Red+Green+Blue) = 189+254+113=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE71 is #42018E. Grayscale: #DADADA. Windows color (decimal): -4325775 or 7470781. OLE color: 7470781.

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

Color convert

RGB 189 254 113 -
CMYK 0.26 0 0.56 0.00
HSL 87.66º 0.99% 0.72% -
HSV(B) 87.66º 0.56% 1% -
XYZ 59.41 82.89 28.49 -
YUV 218.49 68.47 106.96 -
System Red Green Blue C M Y K H S L
Decimal 189 254 113 0.26 0 0.56 0.00 87.66 0.99 0.72
Hex BD FE 71 1A 0 38 0 58 63 48
Octal 275 376 161 32 0 70 0 130 143 110
Binary 10111101 11111110 1110001 11010 0 111000 0 1011000 1100011 1001000

Color Harmonies of #BDFE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE71

Black with #BDFE71

Text Example


Text Example

White with #BDFE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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