Html Css Color HEX #BDF37E Sulu

📋 copy color: '#BDF37E'

red 189 ◦ green 243 ◦ blue 126

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

Shades of Sulu #BDF37E

Tints of Sulu #BDF37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.58%

R = 33.87%
G = 43.55%
B = 22.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#BDF37E (or 0xBDF37E) is known color: Sulu. HEX triplet: BD, F3 and 7E. RGB value is (189,243,126). Sum of RGB (Red+Green+Blue) = 189+243+126=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF37E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF37E is #420C81. Grayscale: #D5D5D5. Windows color (decimal): -4328578 or 8319933. OLE color: 8319933.

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

Color convert

RGB 189 243 126 -
CMYK 0.22 0 0.48 0.05
HSL 87.69º 0.83% 0.72% -
HSV(B) 87.69º 0.48% 0.95% -
XYZ 56.8 76.43 31.5 -
YUV 213.52 78.61 110.51 -
System Red Green Blue C M Y K H S L
Decimal 189 243 126 0.22 0 0.48 0.05 87.69 0.83 0.72
Hex BD F3 7E 16 0 30 5 58 53 48
Octal 275 363 176 26 0 60 5 130 123 110
Binary 10111101 11110011 1111110 10110 0 110000 101 1011000 1010011 1001000

Color Harmonies of #BDF37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF37E

Black with #BDF37E

Text Example


Text Example

White with #BDF37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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