Html Css Color HEX #BDF279 Sulu

📋 copy color: '#BDF279'

red 189 ◦ green 242 ◦ blue 121

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

Shades of Sulu #BDF279

Tints of Sulu #BDF279

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.84%

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

R = 34.24%
G = 43.84%
B = 21.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#BDF279 (or 0xBDF279) is known color: Sulu. HEX triplet: BD, F2 and 79. RGB value is (189,242,121). Sum of RGB (Red+Green+Blue) = 189+242+121=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF279 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF279 is #420D86. Grayscale: #D4D4D4. Windows color (decimal): -4328839 or 7991997. OLE color: 7991997.

HSL color Cylindrical-coordinate representation of color #BDF279: hue angle of 86.28º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF279 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 121 -
CMYK 0.22 0 0.50 0.05
HSL 86.28º 0.82% 0.71% -
HSV(B) 86.28º 0.5% 0.95% -
XYZ 56.19 75.7 29.74 -
YUV 212.36 76.44 111.34 -
System Red Green Blue C M Y K H S L
Decimal 189 242 121 0.22 0 0.50 0.05 86.28 0.82 0.71
Hex BD F2 79 16 0 32 5 56 52 47
Octal 275 362 171 26 0 62 5 126 122 107
Binary 10111101 11110010 1111001 10110 0 110010 101 1010110 1010010 1000111

Color Harmonies of #BDF279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF279

Black with #BDF279

Text Example


Text Example

White with #BDF279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF279; }

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

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

background-color css

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

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

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

border-color css

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

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

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