Html Css Color HEX #BDF775 Sulu

📋 copy color: '#BDF775'

red 189 ◦ green 247 ◦ blue 117

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

Shades of Sulu #BDF775

Tints of Sulu #BDF775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.16%

R = 34.18%
G = 44.67%
B = 21.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#BDF775 (or 0xBDF775) is known color: Sulu. HEX triplet: BD, F7 and 75. RGB value is (189,247,117). Sum of RGB (Red+Green+Blue) = 189+247+117=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF775 is #42088A. Grayscale: #D7D7D7. Windows color (decimal): -4327563 or 7731133. OLE color: 7731133.

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

Color convert

RGB 189 247 117 -
CMYK 0.23 0 0.53 0.03
HSL 86.77º 0.89% 0.71% -
HSV(B) 86.77º 0.53% 0.97% -
XYZ 57.46 78.62 28.98 -
YUV 214.84 72.78 109.57 -
System Red Green Blue C M Y K H S L
Decimal 189 247 117 0.23 0 0.53 0.03 86.77 0.89 0.71
Hex BD F7 75 17 0 35 3 57 59 47
Octal 275 367 165 27 0 65 3 127 131 107
Binary 10111101 11110111 1110101 10111 0 110101 11 1010111 1011001 1000111

Color Harmonies of #BDF775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF775

Black with #BDF775

Text Example


Text Example

White with #BDF775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF775; }

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

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

background-color css

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

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

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

border-color css

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

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

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