Html Css Color HEX #BDF479 Sulu

📋 copy color: '#BDF479'

red 189 ◦ green 244 ◦ blue 121

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

Shades of Sulu #BDF479

Tints of Sulu #BDF479

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.04%

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

R = 34.12%
G = 44.04%
B = 21.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#BDF479 (or 0xBDF479) is known color: Sulu. HEX triplet: BD, F4 and 79. RGB value is (189,244,121). Sum of RGB (Red+Green+Blue) = 189+244+121=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF479 is #420B86. Grayscale: #D5D5D5. Windows color (decimal): -4328327 or 7992509. OLE color: 7992509.

HSL color Cylindrical-coordinate representation of color #BDF479: hue angle of 86.83º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF479 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 121 -
CMYK 0.23 0 0.50 0.04
HSL 86.83º 0.85% 0.72% -
HSV(B) 86.83º 0.5% 0.96% -
XYZ 56.79 76.9 29.94 -
YUV 213.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 189 244 121 0.23 0 0.50 0.04 86.83 0.85 0.72
Hex BD F4 79 17 0 32 4 57 55 48
Octal 275 364 171 27 0 62 4 127 125 110
Binary 10111101 11110100 1111001 10111 0 110010 100 1010111 1010101 1001000

Color Harmonies of #BDF479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF479

Black with #BDF479

Text Example


Text Example

White with #BDF479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF479; }

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

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

background-color css

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

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

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

border-color css

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

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

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