Html Css Color HEX #BDF77C Sulu

📋 copy color: '#BDF77C'

red 189 ◦ green 247 ◦ blue 124

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

Shades of Sulu #BDF77C

Tints of Sulu #BDF77C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.11%

 BLUE value IS 124 (48.83% from 255) = 22.14%

R = 33.75%
G = 44.11%
B = 22.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#BDF77C (or 0xBDF77C) is known color: Sulu. HEX triplet: BD, F7 and 7C. RGB value is (189,247,124). Sum of RGB (Red+Green+Blue) = 189+247+124=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF77C is #420883. Grayscale: #D8D8D8. Windows color (decimal): -4327556 or 8189885. OLE color: 8189885.

HSL color Cylindrical-coordinate representation of color #BDF77C: hue angle of 88.29º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF77C is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 124 -
CMYK 0.23 0 0.50 0.03
HSL 88.29º 0.88% 0.73% -
HSV(B) 88.29º 0.5% 0.97% -
XYZ 57.89 78.8 31.23 -
YUV 215.64 76.28 109 -
System Red Green Blue C M Y K H S L
Decimal 189 247 124 0.23 0 0.50 0.03 88.29 0.88 0.73
Hex BD F7 7C 17 0 32 3 58 58 49
Octal 275 367 174 27 0 62 3 130 130 111
Binary 10111101 11110111 1111100 10111 0 110010 11 1011000 1011000 1001001

Color Harmonies of #BDF77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF77C

Black with #BDF77C

Text Example


Text Example

White with #BDF77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF77C; }

 p { color: rgb(189,247,124); }

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

background-color css

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

 a { background-color: rgb(189,247,124); }

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

border-color css

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

 span { border-color: rgb(189,247,124); }

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