Html Css Color HEX #BDF38A Sulu

📋 copy color: '#BDF38A'

red 189 ◦ green 243 ◦ blue 138

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

Shades of Sulu #BDF38A

Tints of Sulu #BDF38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.21%

R = 33.16%
G = 42.63%
B = 24.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#BDF38A (or 0xBDF38A) is known color: Sulu. HEX triplet: BD, F3 and 8A. RGB value is (189,243,138). Sum of RGB (Red+Green+Blue) = 189+243+138=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF38A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF38A is #420C75. Grayscale: #D7D7D7. Windows color (decimal): -4328566 or 9106365. OLE color: 9106365.

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

Color convert

RGB 189 243 138 -
CMYK 0.22 0 0.43 0.05
HSL 90.86º 0.81% 0.75% -
HSV(B) 90.86º 0.43% 0.95% -
XYZ 57.62 76.75 35.82 -
YUV 214.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 189 243 138 0.22 0 0.43 0.05 90.86 0.81 0.75
Hex BD F3 8A 16 0 2B 5 5B 51 4B
Octal 275 363 212 26 0 53 5 133 121 113
Binary 10111101 11110011 10001010 10110 0 101011 101 1011011 1010001 1001011

Color Harmonies of #BDF38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF38A

Black with #BDF38A

Text Example


Text Example

White with #BDF38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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