Html Css Color HEX #BDF38E Sulu

📋 copy color: '#BDF38E'

red 189 ◦ green 243 ◦ blue 142

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

Shades of Sulu #BDF38E

Tints of Sulu #BDF38E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.33%

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

R = 32.93%
G = 42.33%
B = 24.74%

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

#BDF38E (or 0xBDF38E) is known color: Sulu. HEX triplet: BD, F3 and 8E. RGB value is (189,243,142). Sum of RGB (Red+Green+Blue) = 189+243+142=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF38E is #420C71. Grayscale: #D7D7D7. Windows color (decimal): -4328562 or 9368509. OLE color: 9368509.

HSL color Cylindrical-coordinate representation of color #BDF38E: hue angle of 92.08º degrees, saturation: 0.81, 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 #BDF38E is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 142 -
CMYK 0.22 0 0.42 0.05
HSL 92.08º 0.81% 0.75% -
HSV(B) 92.08º 0.42% 0.95% -
XYZ 57.92 76.87 37.38 -
YUV 215.34 86.61 109.21 -
System Red Green Blue C M Y K H S L
Decimal 189 243 142 0.22 0 0.42 0.05 92.08 0.81 0.75
Hex BD F3 8E 16 0 2A 5 5C 51 4B
Octal 275 363 216 26 0 52 5 134 121 113
Binary 10111101 11110011 10001110 10110 0 101010 101 1011100 1010001 1001011

Color Harmonies of #BDF38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF38E

Black with #BDF38E

Text Example


Text Example

White with #BDF38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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