Html Css Color HEX #BDF77D Sulu

📋 copy color: '#BDF77D'

red 189 ◦ green 247 ◦ blue 125

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

Shades of Sulu #BDF77D

Tints of Sulu #BDF77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.28%

R = 33.69%
G = 44.03%
B = 22.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#BDF77D (or 0xBDF77D) is known color: Sulu. HEX triplet: BD, F7 and 7D. RGB value is (189,247,125). Sum of RGB (Red+Green+Blue) = 189+247+125=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF77D is #420882. Grayscale: #D8D8D8. Windows color (decimal): -4327555 or 8255421. OLE color: 8255421.

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

Color convert

RGB 189 247 125 -
CMYK 0.23 0 0.49 0.03
HSL 88.52º 0.88% 0.73% -
HSV(B) 88.52º 0.49% 0.97% -
XYZ 57.95 78.82 31.56 -
YUV 215.75 76.78 108.92 -
System Red Green Blue C M Y K H S L
Decimal 189 247 125 0.23 0 0.49 0.03 88.52 0.88 0.73
Hex BD F7 7D 17 0 31 3 59 58 49
Octal 275 367 175 27 0 61 3 131 130 111
Binary 10111101 11110111 1111101 10111 0 110001 11 1011001 1011000 1001001

Color Harmonies of #BDF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF77D

Black with #BDF77D

Text Example


Text Example

White with #BDF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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