Html Css Color HEX #BDF879 Sulu

📋 copy color: '#BDF879'

red 189 ◦ green 248 ◦ blue 121

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

Shades of Sulu #BDF879

Tints of Sulu #BDF879

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.44%

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

R = 33.87%
G = 44.44%
B = 21.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#BDF879 (or 0xBDF879) is known color: Sulu. HEX triplet: BD, F8 and 79. RGB value is (189,248,121). Sum of RGB (Red+Green+Blue) = 189+248+121=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF879 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF879 is #420786. Grayscale: #D8D8D8. Windows color (decimal): -4327303 or 7993533. OLE color: 7993533.

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

Color convert

RGB 189 248 121 -
CMYK 0.24 0 0.51 0.03
HSL 87.87º 0.9% 0.72% -
HSV(B) 87.87º 0.51% 0.97% -
XYZ 58 79.33 30.34 -
YUV 215.88 74.45 108.83 -
System Red Green Blue C M Y K H S L
Decimal 189 248 121 0.24 0 0.51 0.03 87.87 0.9 0.72
Hex BD F8 79 18 0 33 3 58 5A 48
Octal 275 370 171 30 0 63 3 130 132 110
Binary 10111101 11111000 1111001 11000 0 110011 11 1011000 1011010 1001000

Color Harmonies of #BDF879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF879

Black with #BDF879

Text Example


Text Example

White with #BDF879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF879; }

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

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

background-color css

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

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

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

border-color css

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

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

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