Html Css Color HEX #BDF28D Sulu

📋 copy color: '#BDF28D'

red 189 ◦ green 242 ◦ blue 141

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

Shades of Sulu #BDF28D

Tints of Sulu #BDF28D

RGB

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

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

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

R = 33.04%
G = 42.31%
B = 24.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#BDF28D (or 0xBDF28D) is known color: Sulu. HEX triplet: BD, F2 and 8D. RGB value is (189,242,141). Sum of RGB (Red+Green+Blue) = 189+242+141=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF28D is #420D72. Grayscale: #D6D6D6. Windows color (decimal): -4328819 or 9302717. OLE color: 9302717.

HSL color Cylindrical-coordinate representation of color #BDF28D: hue angle of 91.49º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF28D is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 141 -
CMYK 0.22 0 0.42 0.05
HSL 91.49º 0.8% 0.75% -
HSV(B) 91.49º 0.42% 0.95% -
XYZ 57.55 76.25 36.88 -
YUV 214.64 86.44 109.71 -
System Red Green Blue C M Y K H S L
Decimal 189 242 141 0.22 0 0.42 0.05 91.49 0.8 0.75
Hex BD F2 8D 16 0 2A 5 5B 50 4B
Octal 275 362 215 26 0 52 5 133 120 113
Binary 10111101 11110010 10001101 10110 0 101010 101 1011011 1010000 1001011

Color Harmonies of #BDF28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF28D

Black with #BDF28D

Text Example


Text Example

White with #BDF28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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