Html Css Color HEX #BDF778 Sulu

📋 copy color: '#BDF778'

red 189 ◦ green 247 ◦ blue 120

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

Shades of Sulu #BDF778

Tints of Sulu #BDF778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.58%

R = 33.99%
G = 44.42%
B = 21.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#BDF778 (or 0xBDF778) is known color: Sulu. HEX triplet: BD, F7 and 78. RGB value is (189,247,120). Sum of RGB (Red+Green+Blue) = 189+247+120=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF778 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF778 is #420887. Grayscale: #D7D7D7. Windows color (decimal): -4327560 or 7927741. OLE color: 7927741.

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

Color convert

RGB 189 247 120 -
CMYK 0.23 0 0.51 0.03
HSL 87.4º 0.89% 0.72% -
HSV(B) 87.4º 0.51% 0.97% -
XYZ 57.64 78.7 29.92 -
YUV 215.18 74.28 109.33 -
System Red Green Blue C M Y K H S L
Decimal 189 247 120 0.23 0 0.51 0.03 87.4 0.89 0.72
Hex BD F7 78 17 0 33 3 57 59 48
Octal 275 367 170 27 0 63 3 127 131 110
Binary 10111101 11110111 1111000 10111 0 110011 11 1010111 1011001 1001000

Color Harmonies of #BDF778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF778

Black with #BDF778

Text Example


Text Example

White with #BDF778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF778; }

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

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

background-color css

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

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

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

border-color css

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

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

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