Html Css Color HEX #BDF779 Sulu

📋 copy color: '#BDF779'

red 189 ◦ green 247 ◦ blue 121

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

Shades of Sulu #BDF779

Tints of Sulu #BDF779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.72%

R = 33.93%
G = 44.34%
B = 21.72%

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

#BDF779 (or 0xBDF779) is known color: Sulu. HEX triplet: BD, F7 and 79. RGB value is (189,247,121). Sum of RGB (Red+Green+Blue) = 189+247+121=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF779 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF779 is #420886. Grayscale: #D7D7D7. Windows color (decimal): -4327559 or 7993277. OLE color: 7993277.

HSL color Cylindrical-coordinate representation of color #BDF779: hue angle of 87.62º 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 #BDF779 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 121 -
CMYK 0.23 0 0.51 0.03
HSL 87.62º 0.89% 0.72% -
HSV(B) 87.62º 0.51% 0.97% -
XYZ 57.7 78.72 30.24 -
YUV 215.29 74.78 109.25 -
System Red Green Blue C M Y K H S L
Decimal 189 247 121 0.23 0 0.51 0.03 87.62 0.89 0.72
Hex BD F7 79 17 0 33 3 58 59 48
Octal 275 367 171 27 0 63 3 130 131 110
Binary 10111101 11110111 1111001 10111 0 110011 11 1011000 1011001 1001000

Color Harmonies of #BDF779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF779

Black with #BDF779

Text Example


Text Example

White with #BDF779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF779; }

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

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

background-color css

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

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

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

border-color css

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

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

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