Html Css Color HEX #BDF38C Sulu

📋 copy color: '#BDF38C'

red 189 ◦ green 243 ◦ blue 140

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

Shades of Sulu #BDF38C

Tints of Sulu #BDF38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.48%

R = 33.04%
G = 42.48%
B = 24.48%

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

#BDF38C (or 0xBDF38C) is known color: Sulu. HEX triplet: BD, F3 and 8C. RGB value is (189,243,140). Sum of RGB (Red+Green+Blue) = 189+243+140=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF38C is #420C73. Grayscale: #D7D7D7. Windows color (decimal): -4328564 or 9237437. OLE color: 9237437.

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

Color convert

RGB 189 243 140 -
CMYK 0.22 0 0.42 0.05
HSL 91.46º 0.81% 0.75% -
HSV(B) 91.46º 0.42% 0.95% -
XYZ 57.77 76.81 36.59 -
YUV 215.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 189 243 140 0.22 0 0.42 0.05 91.46 0.81 0.75
Hex BD F3 8C 16 0 2A 5 5B 51 4B
Octal 275 363 214 26 0 52 5 133 121 113
Binary 10111101 11110011 10001100 10110 0 101010 101 1011011 1010001 1001011

Color Harmonies of #BDF38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF38C

Black with #BDF38C

Text Example


Text Example

White with #BDF38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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