Html Css Color HEX #BDFE7F Sulu

📋 copy color: '#BDFE7F'

red 189 ◦ green 254 ◦ blue 127

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

Shades of Sulu #BDFE7F

Tints of Sulu #BDFE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.28%

R = 33.16%
G = 44.56%
B = 22.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#BDFE7F (or 0xBDFE7F) is known color: Sulu. HEX triplet: BD, FE and 7F. RGB value is (189,254,127). Sum of RGB (Red+Green+Blue) = 189+254+127=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE7F is #420180. Grayscale: #DCDCDC. Windows color (decimal): -4325761 or 8388285. OLE color: 8388285.

HSL color Cylindrical-coordinate representation of color #BDFE7F: hue angle of 90.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDFE7F is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 127 -
CMYK 0.26 0 0.50 0.00
HSL 90.71º 0.98% 0.75% -
HSV(B) 90.71º 0.5% 1% -
XYZ 60.26 83.23 32.97 -
YUV 220.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 189 254 127 0.26 0 0.50 0.00 90.71 0.98 0.75
Hex BD FE 7F 1A 0 32 0 5B 62 4B
Octal 275 376 177 32 0 62 0 133 142 113
Binary 10111101 11111110 1111111 11010 0 110010 0 1011011 1100010 1001011

Color Harmonies of #BDFE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE7F

Black with #BDFE7F

Text Example


Text Example

White with #BDFE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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