Html Css Color HEX #BDF57F Sulu

📋 copy color: '#BDF57F'

red 189 ◦ green 245 ◦ blue 127

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

Shades of Sulu #BDF57F

Tints of Sulu #BDF57F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.67%

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

R = 33.69%
G = 43.67%
B = 22.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#BDF57F (or 0xBDF57F) is known color: Sulu. HEX triplet: BD, F5 and 7F. RGB value is (189,245,127). Sum of RGB (Red+Green+Blue) = 189+245+127=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF57F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF57F is #420A80. Grayscale: #D7D7D7. Windows color (decimal): -4328065 or 8385981. OLE color: 8385981.

HSL color Cylindrical-coordinate representation of color #BDF57F: hue angle of 88.47º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF57F is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 127 -
CMYK 0.23 0 0.48 0.04
HSL 88.47º 0.86% 0.73% -
HSV(B) 88.47º 0.48% 0.96% -
XYZ 57.47 77.66 32.04 -
YUV 214.8 78.45 109.59 -
System Red Green Blue C M Y K H S L
Decimal 189 245 127 0.23 0 0.48 0.04 88.47 0.86 0.73
Hex BD F5 7F 17 0 30 4 58 56 49
Octal 275 365 177 27 0 60 4 130 126 111
Binary 10111101 11110101 1111111 10111 0 110000 100 1011000 1010110 1001001

Color Harmonies of #BDF57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF57F

Black with #BDF57F

Text Example


Text Example

White with #BDF57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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