Html Css Color HEX #BDF88E Sulu

📋 copy color: '#BDF88E'

red 189 ◦ green 248 ◦ blue 142

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

Shades of Sulu #BDF88E

Tints of Sulu #BDF88E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.53%

R = 32.64%
G = 42.83%
B = 24.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#BDF88E (or 0xBDF88E) is known color: Sulu. HEX triplet: BD, F8 and 8E. RGB value is (189,248,142). Sum of RGB (Red+Green+Blue) = 189+248+142=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF88E is #420771. Grayscale: #DADADA. Windows color (decimal): -4327282 or 9369789. OLE color: 9369789.

HSL color Cylindrical-coordinate representation of color #BDF88E: hue angle of 93.4º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDF88E is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 142 -
CMYK 0.24 0 0.43 0.03
HSL 93.4º 0.88% 0.76% -
HSV(B) 93.4º 0.43% 0.97% -
XYZ 59.44 79.91 37.88 -
YUV 218.28 84.95 107.12 -
System Red Green Blue C M Y K H S L
Decimal 189 248 142 0.24 0 0.43 0.03 93.4 0.88 0.76
Hex BD F8 8E 18 0 2B 3 5D 58 4C
Octal 275 370 216 30 0 53 3 135 130 114
Binary 10111101 11111000 10001110 11000 0 101011 11 1011101 1011000 1001100

Color Harmonies of #BDF88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF88E

Black with #BDF88E

Text Example


Text Example

White with #BDF88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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