Html Css Color HEX #BDF48D Sulu

📋 copy color: '#BDF48D'

red 189 ◦ green 244 ◦ blue 141

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

Shades of Sulu #BDF48D

Tints of Sulu #BDF48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.56%

R = 32.93%
G = 42.51%
B = 24.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#BDF48D (or 0xBDF48D) is known color: Sulu. HEX triplet: BD, F4 and 8D. RGB value is (189,244,141). Sum of RGB (Red+Green+Blue) = 189+244+141=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF48D is #420B72. Grayscale: #D8D8D8. Windows color (decimal): -4328307 or 9303229. OLE color: 9303229.

HSL color Cylindrical-coordinate representation of color #BDF48D: hue angle of 92.04º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF48D is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 141 -
CMYK 0.23 0 0.42 0.04
HSL 92.04º 0.82% 0.75% -
HSV(B) 92.04º 0.42% 0.96% -
XYZ 58.14 77.44 37.08 -
YUV 215.81 85.78 108.88 -
System Red Green Blue C M Y K H S L
Decimal 189 244 141 0.23 0 0.42 0.04 92.04 0.82 0.75
Hex BD F4 8D 17 0 2A 4 5C 52 4B
Octal 275 364 215 27 0 52 4 134 122 113
Binary 10111101 11110100 10001101 10111 0 101010 100 1011100 1010010 1001011

Color Harmonies of #BDF48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF48D

Black with #BDF48D

Text Example


Text Example

White with #BDF48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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